chore(i18n): Integrate Ui translations (vui namespace) #2355

merge-requests/2805/merge^2
upsiflu 2024-11-25 10:55:05 +01:00
rodzic e2de262da2
commit fef8a8b4fd
13 zmienionych plików z 4885 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
import type { VueI18nOptions } from 'vue-i18n'
export type SupportedLanguages = 'ar' | 'ca' | 'cs' | 'de' | 'en_GB' | 'en_US' | 'eo' | 'es' | 'eu' | 'fr_FR'
export type SupportedLanguages = 'ar' | 'ca' | 'ca@valencia' | 'cs' | 'de' | 'en_GB' | 'en_US' | 'eo' | 'es' | 'eu' | 'fr_FR'
| 'gl' | 'hu' | 'it' | 'ja_JP' | 'kab_DZ' | 'ko_KR' | 'nb_NO' | 'nl' | 'oc' | 'pl' | 'pt_BR' | 'pt_PT'
| 'ru' | 'sq' | 'zh_Hans' | 'zh_Hant' | 'fa_IR' | 'ml' | 'sv' | 'el' | 'nn_NO'
@ -16,6 +16,9 @@ export const locales: Record<SupportedLanguages, Locale> = {
ca: {
label: 'Català'
},
"ca@valencia": {
label: 'Català (Valencia)'
},
cs: {
label: 'Čeština'
},

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "প্রকরিয়ারত…"
},
"vui": {
"tracks": "{n}টি গান | {n}টি গান",
"by-user": "{'@'}{username} থেকে",
"aria": {
"pagination": {
"gotoPage": "{n} পৃষ্ঠায় যাও",
"gotoNext": "পরের পৃষ্ঠায় যাও",
"currentPage": "বর্তমান পৃষ্ঠা, পৃষ্ঠা {n}",
"gotoPrevious": "পূর্ববর্তী পৃষ্ঠায় যাও",
"nav": "পৃষ্ঠাকার দিকসংকেত"
}
},
"radio": "বেতার",
"go-to": "এখানে যাও",
"albums": "{n}টি অ্যালবাম | {n}টি অ্যালবাম",
"episodes": "{n}টি পর্ব | {n}টি পর্ব",
"pagination": {
"previous": "পূর্ববর্তী",
"next": "পরবর্তী"
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Carregant…"
},
"vui": {
"radio": "Ràdio",
"albums": "{n} àlbum | {n} àlbums",
"tracks": "{n} pista | {n} pistes",
"episodes": "{n} episodi | {n} episodis",
"by-user": "per {'@'}{username}",
"go-to": "Anar a",
"pagination": {
"previous": "Prèvia",
"next": "Següent"
},
"aria": {
"pagination": {
"nav": "Navegació per Paginació",
"gotoPage": "Anar a Pàgina {n}",
"gotoPrevious": "Anar a la Pàgina Prèvia",
"gotoNext": "Anar a la Pàgina Següent",
"currentPage": "Pàgina actual, Pàgina {n}"
}
}
},
"components": {
"About": {
"description": {

Plik diff jest za duży Load Diff

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Wird geladen…"
},
"vui": {
"radio": "Radio",
"albums": "{n} Album | {n} Alben",
"tracks": "{n} Titel | {n} Titel",
"episodes": "{n} Episode | {n} Episoden",
"by-user": "von {'@'}{username}",
"go-to": "Gehe zu",
"pagination": {
"previous": "Zurück",
"next": "Weiter"
},
"aria": {
"pagination": {
"nav": "Nummerierte Navigation",
"gotoPage": "Gehe zu Seite {n}",
"gotoPrevious": "Gehe zur vorherigen Seite",
"gotoNext": "Gehe zur nächsten Seite",
"currentPage": "Aktuelle Seite, Seite {n}"
}
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Loading…"
},
"vui": {
"radio": "Radio",
"by-user": "by {'@'}{username}",
"go-to": "Go to",
"pagination": {
"previous": "Previous",
"next": "Next"
},
"albums": "{n} album | {n} albums",
"tracks": "{n} track | {n} tracks",
"episodes": "{n} episode | {n} episodes",
"aria": {
"pagination": {
"nav": "Pagination Navigation",
"gotoPage": "Goto Page {n}",
"gotoPrevious": "Goto Previous Page",
"gotoNext": "Goto Next Page",
"currentPage": "Current Page, Page {n}"
}
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Loading…"
},
"vui": {
"radio": "Radio",
"albums": "{n} album | {n} albums",
"tracks": "{n} track | {n} tracks",
"episodes": "{n} episode | {n} episodes",
"by-user": "by {'@'}{username}",
"go-to": "Go to",
"pagination": {
"previous": "Previous",
"next": "Next"
},
"aria": {
"pagination": {
"nav": "Pagination Navigation",
"gotoPage": "Go to Page {n}",
"gotoPrevious": "Go to Previous Page",
"gotoNext": "Go to Next Page",
"currentPage": "Current Page, Page {n}"
}
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Cargando…"
},
"vui": {
"radio": "Radio",
"albums": "{n} álbum | {n} álbumes",
"tracks": "{n} pista | {n} pistas",
"episodes": "{n} episodio | {n} episodios",
"by-user": "de {'@'}{username}",
"go-to": "Vaya a",
"pagination": {
"previous": "Anterior",
"next": "Siguiente"
},
"aria": {
"pagination": {
"nav": "Paginación Navegación",
"currentPage": "Página corriente, Página {n}",
"gotoPage": "Ir a la página {n}",
"gotoPrevious": "Ir a la página anterior",
"gotoNext": "Ir a la página siguiente"
}
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Kargatzen…"
},
"vui": {
"tracks": "Pista {n} | {n} pista",
"episodes": "Atal {n} | {n} atal",
"by-user": "honen eskutik: {'@'}{username}",
"go-to": "Joan hona:",
"pagination": {
"previous": "Aurrekoa",
"next": "Hurrengoa"
},
"aria": {
"pagination": {
"nav": "Orrikatzearen nabigazioa",
"gotoPage": "Joan orri honetara: {n}",
"gotoPrevious": "Joan aurreko orrira",
"gotoNext": "Joan hurrengo orrira",
"currentPage": "Uneko orria: {n}"
}
},
"albums": "Album {n} | {n} album",
"radio": "Irratia"
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Chargement…"
},
"vui": {
"tracks": "{n} piste | {n} pistes",
"go-to": "Aller à",
"pagination": {
"previous": "Précédent",
"next": "Suivant"
},
"aria": {
"pagination": {
"currentPage": "Page Actuelle, Page {n}",
"gotoPage": "Aller à la Page {n}",
"gotoPrevious": "Aller à la Page Précédente",
"gotoNext": "Aller à la Page Suivante",
"nav": "Navigation par Pagination"
}
},
"radio": "Radio",
"albums": "{n} album | {n} albums",
"episodes": "{n} épisode | {n} épisodes",
"by-user": "par {'@'}{username}"
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,32 @@
"App": {
"loading": "Laden…"
},
"vui": {
"radio": "Radio",
"albums": "{n} album | {n} albums",
"tracks": "{n} nummer | {n} nummers",
"episodes": "{n} aflevering | {n} afleveringen",
"by-user": "door {'@'}{username}",
"go-to": "Ga naar",
"pagination": {
"previous": "Vorige",
"next": "Volgende"
},
"privacy-level": {
"private": "Privé",
"public": "Openbaar",
"pod": "pod"
},
"aria": {
"pagination": {
"nav": "Pagina navigatie",
"gotoPage": "Ga naar pagina {n}",
"gotoPrevious": "Ga naar Vorige Pagina",
"gotoNext": "Ga naar Volgende Pagina",
"currentPage": "Huidige pagina, pagina {n}"
}
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "Yükleniyor…"
},
"vui": {
"radio": "Radyo",
"albums": "{n} albüm | {n} albümler",
"tracks": "{n} parça | {n} parçalar",
"episodes": "{n} bölüm | {n} bölümler",
"by-user": "by {'@'}{username}",
"go-to": "Git",
"pagination": {
"previous": "Önceki",
"next": "Sonraki"
},
"aria": {
"pagination": {
"nav": "Sayfalandırma Navigasyonu",
"gotoPage": "Sayfaya Git {n}",
"gotoPrevious": "Önceki Sayfaya Git",
"gotoNext": "Sonraki Sayfaya Git",
"currentPage": "Geçerli Sayfa, Sayfa {n}"
}
}
},
"components": {
"About": {
"description": {

Wyświetl plik

@ -2,6 +2,27 @@
"App": {
"loading": "加载中…"
},
"vui": {
"tracks": "{n} 歌曲 | {n} 歌曲",
"episodes": "{n} 节目 | {n} 节目",
"by-user": "由 {'@'}{用户名}",
"go-to": "去",
"pagination": {
"previous": "以前的",
"next": "下一个"
},
"aria": {
"pagination": {
"nav": "分页导航",
"gotoPage": "转到页面 {n}",
"gotoPrevious": "转到上一页",
"gotoNext": "转到下一页",
"currentPage": "当前页面,第 {n} 页"
}
},
"radio": "电台",
"albums": "{n} 专辑 | {n} 专辑"
},
"components": {
"About": {
"description": {