-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
c96844e
commit a4f3088
Showing
14 changed files
with
144 additions
and
38 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
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
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,29 @@ | ||
OC.L10N.register( | ||
"files_reminders", | ||
{ | ||
"File reminders" : "Напоминания о файлах", | ||
"Reminder for {name}" : "Напоминание для {name}", | ||
"View file" : "Просмотреть файл", | ||
"View folder" : "Просмотреть папку", | ||
"Set file reminders" : "Установить напоминания о файлах", | ||
"**📣 File reminders**\n\nSet file reminders." : "**📣 Напоминания о файлах**\n\nУстановить напоминания о файлах.", | ||
"Back" : "Назад", | ||
"Clear reminder" : "Очистить напоминание", | ||
"Set custom reminder" : "Установить особое напоминание", | ||
"Later today" : "Позже сегодня", | ||
"Set reminder for later today" : "Установить напоминание позднее сегодня", | ||
"Tomorrow" : "Завтра", | ||
"Set reminder for tomorrow" : "Установить напоминание на завтра", | ||
"This weekend" : "Эта неделя", | ||
"Set reminder for this weekend" : "Установить напоминание на эти выходные", | ||
"Next week" : "Следующая неделя", | ||
"Set reminder for next week" : "Установить напоминание на следующую неделю", | ||
"Set reminder at custom date & time" : "Установить напоминание на индивидуальную дату и время", | ||
"Reminder set for \"{fileName}\"" : "Напоминание для \"{fileName}\"", | ||
"Failed to set reminder" : "Не удалось установить напоминание", | ||
"Please choose a valid date & time" : "Пожалуйста, выберите правильную дату и время", | ||
"Reminder cleared" : "Напоминание удалено", | ||
"Failed to clear reminder" : "Не удалось удалить напоминание", | ||
"Failed to load reminder" : "Не удалось загрузить напоминание" | ||
}, | ||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |
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,27 @@ | ||
{ "translations": { | ||
"File reminders" : "Напоминания о файлах", | ||
"Reminder for {name}" : "Напоминание для {name}", | ||
"View file" : "Просмотреть файл", | ||
"View folder" : "Просмотреть папку", | ||
"Set file reminders" : "Установить напоминания о файлах", | ||
"**📣 File reminders**\n\nSet file reminders." : "**📣 Напоминания о файлах**\n\nУстановить напоминания о файлах.", | ||
"Back" : "Назад", | ||
"Clear reminder" : "Очистить напоминание", | ||
"Set custom reminder" : "Установить особое напоминание", | ||
"Later today" : "Позже сегодня", | ||
"Set reminder for later today" : "Установить напоминание позднее сегодня", | ||
"Tomorrow" : "Завтра", | ||
"Set reminder for tomorrow" : "Установить напоминание на завтра", | ||
"This weekend" : "Эта неделя", | ||
"Set reminder for this weekend" : "Установить напоминание на эти выходные", | ||
"Next week" : "Следующая неделя", | ||
"Set reminder for next week" : "Установить напоминание на следующую неделю", | ||
"Set reminder at custom date & time" : "Установить напоминание на индивидуальную дату и время", | ||
"Reminder set for \"{fileName}\"" : "Напоминание для \"{fileName}\"", | ||
"Failed to set reminder" : "Не удалось установить напоминание", | ||
"Please choose a valid date & time" : "Пожалуйста, выберите правильную дату и время", | ||
"Reminder cleared" : "Напоминание удалено", | ||
"Failed to clear reminder" : "Не удалось удалить напоминание", | ||
"Failed to load reminder" : "Не удалось загрузить напоминание" | ||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" | ||
} |
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
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
Oops, something went wrong.