i18n: update fluent numbering scheme, with German and Dutch translations
This commit is contained in:
parent
611fe96531
commit
c171f048a6
46 changed files with 186 additions and 160 deletions
|
|
@ -4,6 +4,8 @@ Name[zh_CN]=通知中心
|
|||
Name[hu]=Értesítési központ
|
||||
Name[pl]=Centrum powiadomień
|
||||
Name[pt]=Central de Notificações
|
||||
Name[nl]=Meldingscentrum
|
||||
Name[de]=Notifizierungszentrum
|
||||
Type=Application
|
||||
Exec=cosmic-applet-notifications
|
||||
Terminal=false
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 гадзіну таму
|
||||
*[other] {$duration} гадзін таму
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 мінуту таму
|
||||
*[other] {$duration} мінут таму
|
||||
}
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] гадзіну
|
||||
[few] гадзіны
|
||||
*[other] гадзін
|
||||
} таму
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] хвіліну
|
||||
[few] хвіліны
|
||||
*[other] хвілін
|
||||
} таму
|
||||
show-less = Паказаць менш
|
||||
show-more = Паказаць {$more} больш
|
||||
show-more = Паказаць { $more } больш
|
||||
clear-all = Ачысціць усе апавяшчэнні
|
||||
do-not-disturb = Не турбаваць
|
||||
notification-settings = Налады апавяшчэнняў...
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] преди 1 час
|
||||
*[other] преди {$duration} часа
|
||||
hours-ago = Преди { $duration } { $duration ->
|
||||
[one] час
|
||||
*[other] часа
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] преди 1 минута
|
||||
*[other] преди {$duration} минути
|
||||
minutes-ago = Преди { $duration } { $duration ->
|
||||
[one] минута
|
||||
*[other] минути
|
||||
}
|
||||
show-less = По-малко информация
|
||||
show-more = Повече {$more} информация
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] Vor 1 Stunde
|
||||
*[other] Vor {$duration} Stunden
|
||||
hours-ago = Vor { $duration } { $duration ->
|
||||
[one] Stunde
|
||||
*[other] Stunden
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] Vor 1 Minute
|
||||
*[other] Vor {$duration} Minuten
|
||||
minutes-ago = Vor { $duration } { $duration ->
|
||||
[one] Minute
|
||||
*[other] Minuten
|
||||
}
|
||||
show-less = Weniger anzeigen
|
||||
show-more = {$more} weitere anzeigen
|
||||
|
|
@ -12,4 +12,4 @@ clear-group = Gruppe leeren
|
|||
clear-all = Alle Benachrichtigungen leeren
|
||||
do-not-disturb = Nicht stören
|
||||
notification-settings = Benachrichtigungs-Einstellungen...
|
||||
no-notifications = Keine Benachrichtigungen
|
||||
no-notifications = Keine Benachrichtigungen
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 hour ago
|
||||
*[other] {$duration} hours ago
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 minute ago
|
||||
*[other] {$duration} minutes ago
|
||||
}
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] hour
|
||||
*[other] hours
|
||||
} ago
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] minute
|
||||
*[other] minutes
|
||||
} ago
|
||||
show-less = Show less
|
||||
show-more = Show {$more} more
|
||||
clear-group = Clear group
|
||||
clear-all = Clear all notifications
|
||||
do-not-disturb = Do Not Disturb
|
||||
notification-settings = Notification settings...
|
||||
no-notifications = No notifications
|
||||
no-notifications = No notifications
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] Hace 1 hora
|
||||
*[other] Hace {$duration} horas
|
||||
hours-ago = Hace { $duration } { $duration ->
|
||||
[one] hora
|
||||
[many] de horas
|
||||
*[other] horas
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] Hace 1 minuto
|
||||
*[other] Hace {$duration} minutos
|
||||
minutes-ago = Hace { $duration } { $duration ->
|
||||
[one] minuto
|
||||
[many] de minutos
|
||||
*[other] minutos
|
||||
}
|
||||
show-less = Mostrar menos
|
||||
show-more = Mostrar {$more} más
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] Hace 1 hora
|
||||
*[other] Hace {$duration} horas
|
||||
hours-ago = Hace { $duration } { $duration ->
|
||||
[one] hora
|
||||
[many] de horas
|
||||
*[other] horas
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] Hace 1 minuto
|
||||
*[other] Hace {$duration} minutos
|
||||
minutes-ago = Hace { $duration } { $duration ->
|
||||
[one] minuto
|
||||
[many] de minutos
|
||||
*[other] minutos
|
||||
}
|
||||
show-less = Mostrar menos
|
||||
show-more = Mostrar {$more} más
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] Tunti sitten
|
||||
*[other] {$duration} Tuntia Sitten
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] Minuutti Sitten
|
||||
*[other] {$duration} Minuuttia Sitten
|
||||
}
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] tunti
|
||||
*[other] tuntia
|
||||
} sitten
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] minuutti
|
||||
*[other] minuuttia
|
||||
} sitten
|
||||
show-more = Näytä {$more} Lisää
|
||||
clear-all = Tyhjennä Kaikki Ilmoitukset
|
||||
do-not-disturb = Älä Häiritse
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] Il y a 1 heure
|
||||
*[other] Il y a {$duration} heures
|
||||
hours-ago = Il y a { $duration } { $duration ->
|
||||
[one] heure
|
||||
[many] de heures
|
||||
*[other] heures
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] Il y a 1 minute
|
||||
*[other] Il y a {$duration} minutes
|
||||
minutes-ago = Il y a { $duration } { $duration ->
|
||||
[one] minute
|
||||
[many] de minutes
|
||||
*[other] minutes
|
||||
}
|
||||
show-less = Afficher moins
|
||||
show-more = Afficher {$more} de plus
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 uair ó shin
|
||||
*[other] {$duration} uair ó shin
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 nóiméad ó shin
|
||||
*[other] {$duration} nóiméad ó shin
|
||||
}
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[few] huaire
|
||||
[many] n-uaire
|
||||
*[other] uair
|
||||
} ó shin
|
||||
minutes-ago = { $duration } nóiméad ó shin
|
||||
show-less = Taispeáin níos lú
|
||||
show-more = Taispeáin {$more} eile
|
||||
clear-group = Glan grúpa
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 घंटे पहले
|
||||
*[other] {$duration} घंटे पहले
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] घंटे पहले
|
||||
*[other] घंटे पहले
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 मिनट पहले
|
||||
*[other] {$duration} मिनट पहले
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] मिनट पहले
|
||||
*[other] मिनट पहले
|
||||
}
|
||||
show-less = कम दिखाएँ
|
||||
show-more = और {$more} दिखाएँ
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 órával ezelőtt
|
||||
*[other] {$duration} órával ezelőtt
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 perccel ezelőtt
|
||||
*[other] {$duration} perccel ezelőtt
|
||||
}
|
||||
hours-ago = { $duration } órával ezelőtt
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] perce
|
||||
*[other] perccel
|
||||
} ezelőtt
|
||||
show-less = Kevesebb megjelenítése
|
||||
show-more = {$more} további megjelenítése
|
||||
clear-group = Csoport törlése
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 ora fa
|
||||
*[other] {$duration} ore fa
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 minuto fa
|
||||
*[other] {$duration} minuti fa
|
||||
}
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] ora
|
||||
[many] di ore
|
||||
*[other] ore
|
||||
} fa
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] minuto
|
||||
[many] di minuti
|
||||
*[other] minuti
|
||||
} fa
|
||||
show-less = Mostra di meno
|
||||
show-more = Mostrane {$more} in più
|
||||
clear-group = Elimina il gruppo
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
hours-ago = 時間前
|
||||
minutes-ago = 分前
|
||||
hours-ago = { $duration }時間前
|
||||
minutes-ago = { $duration }分前
|
||||
show-less = 非表示
|
||||
show-more = {$more}つを表示
|
||||
clear-all = 通用を全部消す
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 ಗಂಟೆ ಹಿಂದೆ
|
||||
*[other] {$duration} ಗಂಟೆಗಳು ಹಿಂದೆ
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] ಗಂಟೆ ಹಿಂದೆ
|
||||
*[other] ಗಂಟೆಗಳು ಹಿಂದೆ
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 ನಿಮಿಷ ಹಿಂದೆ
|
||||
*[other] {$duration} ನಿಮಿಷಗಳು ಹಿಂದೆ
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] ನಿಮಿಷ ಹಿಂದೆ
|
||||
*[other] ನಿಮಿಷಗಳು ಹಿಂದೆ
|
||||
}
|
||||
show-less = ಕಡಿಮೆ ತೋರಿಸಿ
|
||||
show-more = ಇನ್ನಷ್ಟು {$more} ತೋರಿಸಿ
|
||||
|
|
|
|||
|
|
@ -1,11 +1,5 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1시간 전
|
||||
*[other] {$duration} 시간 전
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1분 전
|
||||
*[other] {$duration} 분 전
|
||||
}
|
||||
hours-ago = { $duration }시간 전
|
||||
minutes-ago = { $duration }분 전
|
||||
show-more = {$more} 더 보기
|
||||
clear-all = 모든 알림 지우기
|
||||
do-not-disturb = 방해 금지
|
||||
|
|
|
|||
|
|
@ -1,37 +1,37 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] En time siden
|
||||
[2] To timer siden
|
||||
[3] Tre timer siden
|
||||
[4] Fire timer siden
|
||||
[5] Fem timer siden
|
||||
[6] Seks timer siden
|
||||
[7] Sju timer siden
|
||||
[8] Åtte timer siden
|
||||
[9] Ni timer siden
|
||||
[10] Ti timer siden
|
||||
[11] Elleve timer siden
|
||||
[12] Tolv timer siden
|
||||
*[other] {$duration} timer siden
|
||||
}
|
||||
[1] En time
|
||||
[2] To timer
|
||||
[3] Tre timer
|
||||
[4] Fire timer
|
||||
[5] Fem timer
|
||||
[6] Seks timer
|
||||
[7] Sju timer
|
||||
[8] Åtte timer
|
||||
[9] Ni timer
|
||||
[10] Ti timer
|
||||
[11] Elleve timer
|
||||
[12] Tolv timer
|
||||
*[other] {$duration} timer
|
||||
} siden
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] Ett minutt siden
|
||||
[2] To minutter siden
|
||||
[3] Tre minutter siden
|
||||
[4] Fire minutter siden
|
||||
[5] Fem minutter siden
|
||||
[6] Seks minutter siden
|
||||
[7] Sju minutter siden
|
||||
[8] Åtte minutter siden
|
||||
[9] Ni minutter siden
|
||||
[10] Ti minutter siden
|
||||
[11] Elleve minutter siden
|
||||
[12] Tolv minutter siden
|
||||
*[other] {$duration} minutter siden
|
||||
}
|
||||
[1] Ett minutt
|
||||
[2] To minutter
|
||||
[3] Tre minutter
|
||||
[4] Fire minutter
|
||||
[5] Fem minutter
|
||||
[6] Seks minutter
|
||||
[7] Sju minutter
|
||||
[8] Åtte minutter
|
||||
[9] Ni minutter
|
||||
[10] Ti minutter
|
||||
[11] Elleve minutter
|
||||
[12] Tolv minutter
|
||||
*[other] {$duration} minutter
|
||||
} siden
|
||||
show-less = Vis mindre
|
||||
show-more = Vis {$more} mer
|
||||
clear-group = Fjern gruppe
|
||||
clear-all = Fjern alle varsler
|
||||
do-not-disturb = Ikke Forstyrr
|
||||
notification-settings = Varslingsinnstillinger...
|
||||
no-notifications = Ingen varsler
|
||||
no-notifications = Ingen varsler
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
hours-ago = {$duration} uur geleden
|
||||
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 minuut geleden
|
||||
*[other] {$duration} minuten geleden
|
||||
}
|
||||
|
||||
hours-ago = { $duration } uur geleden
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] minuut
|
||||
*[other] minuten
|
||||
} geleden
|
||||
show-less = Minder weergeven
|
||||
show-more = {$more} meer weergeven
|
||||
clear-group = Groep opschonen
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 godzinę temu
|
||||
[few] {$duration} godziny temu
|
||||
*[other] {$duration} godzin temu
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 minutę temu
|
||||
[few] {$duration} minuty temu
|
||||
*[other] {$duration} minut temu
|
||||
}
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] godzinę
|
||||
[few] godziny
|
||||
*[other] godzin
|
||||
} temu
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] minuta
|
||||
[few] minuty
|
||||
*[other] minut
|
||||
} temu
|
||||
show-less = Pokaż mniej
|
||||
show-more = Pokaż {$more} więcej
|
||||
clear-group = Wyczyść grupę
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue