-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue Twin-Cities-Mutual-Aid#218: add russian translations
- Loading branch information
1 parent
307ecdf
commit 0d7eaf1
Showing
4 changed files
with
82 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,7 +145,8 @@ constructor() { | |
orm, | ||
oji, | ||
dak, | ||
vie | ||
vie, | ||
ru | ||
} | ||
this.detectLanguage() | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"locale": "rus", | ||
"lang_name": "Русский", | ||
"lang_name_in_eng": "Russian", | ||
"language": "Язык", | ||
"welcome": "Добро пожаловать!", | ||
"welcome_blurb": "Города-близнецы взаимопомощь-- это обновленный ресурс на сайтах взаимопомощи в Городах-близнецах.", | ||
"lang_select": "Выбрать язык", | ||
"page_title": "Карта взаимопомощи Городoв-близнецoв", | ||
"show_list_button": "Показать список мест", | ||
"hide_list_button": "Cпрятать список мест", | ||
"sort_by": "Oтсортировать по", | ||
"sort_by_urgent_need": "Срочная нужда сначала", | ||
"sort_by_name": "По алфавиту (имя)", | ||
"sort_by_status": "Статус места", | ||
"sort_by_neighborhood": "По алфавиту (район)", | ||
"sort_by_seeking_money": "Нужны деньги", | ||
"sort_by_seeking_volunteers_badge": "Нужны волонтеры", | ||
"filter_by_receiving": "открыто для сбора пожертвований", | ||
"filter_by_distributing": "открыто для распределения пожертвований", | ||
"filter_by_both": "открыто для того и другого", | ||
"filter_by_closed": "Закрыто", | ||
"filter_by_unknown": "Статус неизвестен", | ||
"about": "Описание", | ||
"this_project": "этот проект", | ||
"help_info": "Помощь/информация", | ||
"project_team": "", | ||
"project_description": "Карта взаимопомощи Городoв-близнецoв администрируется волонтерами и относиться к <a href=\"http://tcmap.org\">Twin Cities Mutual Aid Project</a>", | ||
"project_learn": "Узнать больше о проекте на", | ||
"project_data": "Посмотреть на данные в ", | ||
"project_feedback": "Написать отзыв", | ||
"project_contact": "Послать имейл", | ||
"close": "Закрыть", | ||
"name": "Имя", | ||
"neighborhood": "Район", | ||
"address": "Адрес", | ||
"currently_open_for_distributing": "Открыты для распределения пожертвований", | ||
"opening_for_distributing_dontations": "Открываются для распределения пожертвований", | ||
"closing_for_distributing_donations": "Закрываются для распределения пожертвований", | ||
"accepting": "Принемают", | ||
"not_accepting": "Не принемают", | ||
"currently_open_for_receiving": "Открыты для приема пожертвований", | ||
"opening_for_receiving_dontations": "Открываются для приема пожертвований", | ||
"closing_for_receiving_donations": "Закрываются для приема пожертвований", | ||
"opening_soon": "Скоро открываются!", | ||
"for_distribution": "для распределения", | ||
"for_receiving": "для приема", | ||
"seeking_volunteers_badge": "Ищут волонтеров", | ||
"seeking_money": "Ищут деньги", | ||
"seeking_money_link": "Пожертвовать", | ||
"urgent_need": "Нужно срочно", | ||
"notes": "Заметки", | ||
"last_updated": "Последьная актуализация", | ||
"aid_distribution_hours": "Часы работы распредиления помощи", | ||
"aid_receiving_hours": "Часы работы приема помощи", | ||
"time_future": "в", | ||
"time_past": "назад", | ||
"time_seconds": "секунд", | ||
"time_minute": "минутa", | ||
"time_minutes": "минут", | ||
"time_hour": "час", | ||
"time_hours": "часов", | ||
"time_day": "день", | ||
"time_days": "дней", | ||
"time_week": "неделя", | ||
"time_month": "месяцов", | ||
"time_year": "год", | ||
"time_years": "лет", | ||
"moment_future": "через 5 минут", | ||
"moment_past": "5 минут назад", | ||
"moment_s": "несколько секунд", | ||
"moment_m": "минуту", | ||
"moment_h": "час", | ||
"moment_d": "день", | ||
"moment_M": "месец", | ||
"moment_y": "год" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters