mirror of
https://github.com/sismics/docs.git
synced 2024-11-23 06:17:56 +01:00
Add translation to timeago.js
Update translation
This commit is contained in:
parent
0e115bb808
commit
bf4e277db7
@ -356,6 +356,29 @@ angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(tim
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(timeAgoSettings) {
|
||||||
|
timeAgoSettings.strings['pl'] = {
|
||||||
|
prefixAgo: null,
|
||||||
|
prefixFromNow: null,
|
||||||
|
suffixAgo: 'temu',
|
||||||
|
suffixFromNow: 'od teraz',
|
||||||
|
seconds: 'mniej niż minuta',
|
||||||
|
minute: 'około minuty',
|
||||||
|
minutes: '%d minut',
|
||||||
|
hour: 'około godziny',
|
||||||
|
hours: 'około %d godzin',
|
||||||
|
day: 'dzień',
|
||||||
|
days: '%d dni',
|
||||||
|
month: 'około miesiąca',
|
||||||
|
months: '%d miesięcy',
|
||||||
|
year: 'około roku',
|
||||||
|
years: '%d lat',
|
||||||
|
numbers: []
|
||||||
|
};
|
||||||
|
}]);
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(timeAgoSettings) {
|
angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(timeAgoSettings) {
|
||||||
timeAgoSettings.strings['pt_BR'] = {
|
timeAgoSettings.strings['pt_BR'] = {
|
||||||
prefixAgo: null,
|
prefixAgo: null,
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
"page_size_30": "30 na stronę",
|
"page_size_30": "30 na stronę",
|
||||||
"upgrade_quota": "Aby zwiększyć twój limit, zapytaj swojego administratora",
|
"upgrade_quota": "Aby zwiększyć twój limit, zapytaj swojego administratora",
|
||||||
"quota": "{{ current | number: 0 }}MB ({{ percent | number: 1 }}%) z dostępnych {{ total | number: 0 }}MB",
|
"quota": "{{ current | number: 0 }}MB ({{ percent | number: 1 }}%) z dostępnych {{ total | number: 0 }}MB",
|
||||||
"count": "{{ count }} dokument{{ count > 1 ? 'ów' : '' }} found",
|
"count": "{{ count }} dokument{{ count > 1 ? 'ów' : '' }} znaleziony",
|
||||||
"last_updated": "Ostatnio zmieniony {{ date | timeAgo: dateFormat }}",
|
"last_updated": "Ostatnio zmieniony {{ date | timeAgo: dateFormat }}",
|
||||||
"view": {
|
"view": {
|
||||||
"delete_comment_title": "Usuń komentarz",
|
"delete_comment_title": "Usuń komentarz",
|
||||||
|
Loading…
Reference in New Issue
Block a user