diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/en.yml | 7 | ||||
| -rw-r--r-- | config/locales/ru.yml | 7 | 
2 files changed, 14 insertions, 0 deletions
| diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..fa7803a --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,7 @@ +en: +  views: +    discussions: +      started: "Discussion started" +      leaved: "You leaved discussion" +      exists: "Discussion between you and %{user} already exists" +      can_not_participate: "You are not listed in this discussion"
\ No newline at end of file diff --git a/config/locales/ru.yml b/config/locales/ru.yml new file mode 100644 index 0000000..06d3534 --- /dev/null +++ b/config/locales/ru.yml @@ -0,0 +1,7 @@ +ru: +  views: +    discussions: +      started: "Чат начат" +      leaved: "Вы покинули дискуссию" +      exists: "Дискуссия между вами и %{user} уже существует" +      can_not_participate: "Вы не состоите в этой дискуссии"
\ No newline at end of file | 
