Merge branch 'master' of https://github.com/pulsejet/memories
commit
7e90fc8c40
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"muuvmuuv.vscode-just-php-cs-fixer",
|
||||
"getpsalm.psalm-vscode-plugin",
|
||||
"esbenp.prettier-vscode",
|
||||
"Vue.volar",
|
||||
"Vue.vscode-typescript-vue-plugin"
|
||||
]
|
||||
}
|
|
@ -52,7 +52,7 @@ For automatic uploads, you can use the official Nextcloud mobile apps. These are
|
|||
1. 👩💻 In a terminal, run the command `make dev-setup` to install the dependencies.
|
||||
1. 🏗 To build/watch the UI, run `make watch-js`.
|
||||
1. ✅ Enable the app through the app management of your Nextcloud.
|
||||
1. ⚒️ (Strongly recommended) use VS Code for development and install these extensions.
|
||||
1. ⚒️ (Strongly recommended) use VS Code for development and install these extensions (`Ctrl+Shift+P` > `Show Recommended Extensions`).
|
||||
- [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client): For PHP intellisense and static analysis
|
||||
- [PHP-CS-Fixer](https://marketplace.visualstudio.com/items?itemName=muuvmuuv.vscode-just-php-cs-fixer): For PHP formatting (alternatively, `make php-cs-fixer`)
|
||||
- [Psalm](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin): For PHP static analysis (alternatively, `make psalm`)
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Laai af",
|
||||
"Settings" : "Instellings",
|
||||
"Info" : "Inligting",
|
||||
"Folders" : "Vouers",
|
||||
"Favorites" : "Gunstelinge",
|
||||
"Videos" : "Video's ",
|
||||
|
@ -18,6 +17,7 @@ OC.L10N.register(
|
|||
"General" : "Algemeen",
|
||||
"Account" : "Rekening",
|
||||
"Close" : "Sluit",
|
||||
"Info" : "Inligting",
|
||||
"Continue" : "Gaan voort",
|
||||
"Public link" : "Openbare skakel",
|
||||
"Back" : "Terug",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Laai af",
|
||||
"Settings" : "Instellings",
|
||||
"Info" : "Inligting",
|
||||
"Folders" : "Vouers",
|
||||
"Favorites" : "Gunstelinge",
|
||||
"Videos" : "Video's ",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"General" : "Algemeen",
|
||||
"Account" : "Rekening",
|
||||
"Close" : "Sluit",
|
||||
"Info" : "Inligting",
|
||||
"Continue" : "Gaan voort",
|
||||
"Public link" : "Openbare skakel",
|
||||
"Back" : "Terug",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "الأشخاص (التعرف)",
|
||||
"People" : "الناس",
|
||||
"People (Face Recognition)" : "الأشخاص (التعرف على الوجه)",
|
||||
"Info" : "معلومات",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Folders" : "المجلدات",
|
||||
"Favorites" : "المفضلات",
|
||||
|
@ -83,6 +82,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "إختَر الدليل الأساسي لعرض المجلدات",
|
||||
"Are you sure you want to log out {user}?" : "هل أنت متأكد من أنك تريد تسجيل الخروج {user}؟",
|
||||
"Close" : "إغلاق",
|
||||
"Info" : "معلومات",
|
||||
"{photoCount} photos" : "{photoCount} صور",
|
||||
"Failed to load some photos" : "تعذّر تحميل بعض الصِّور",
|
||||
"Failed to update setting" : "تعذّر تحديث الإعدادات",
|
||||
|
@ -206,6 +206,8 @@ OC.L10N.register(
|
|||
"VA-API device ({dev}) has incorrect permissions" : "جهاز VA-API ({dev}) لديه أذونات غير صحيحة",
|
||||
"VA-API device status: {status}" : "حالة جهاز VA-API: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "يستخدم تطبيق Memories محول الترميز transcoder ـ go-vod. ويمكنك تشغيل محول الترميز go-vod خارجيًا (على سبيل المثال في حاوية دوكر Docker منفصلة لتسريع الأجهزة) أو استخدام محول الترميز المدمج. لاستخدام محول ترميز خارجي، قم بتمكين الخيار التالي واتبع التعليمات الواردة في الوثائق:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "إذا كنت ترغب في استعمال خادوم خارجي لتحويل الفيديو go-vod، فيجب أن تكون لديك السِّمَة tag الصحيحة.",
|
||||
"Enable external transcoder" : "تمكين مُحوِّل خارجي ",
|
||||
"Binary path (local only)" : "المسار الثنائي (محلي فقط)",
|
||||
"Bind address (local only)" : "عنوان الاقتران/ الربط (محلي فقط)",
|
||||
"Connection address (same as bind if local)" : "عنوان الاتصال (نفس عنوان الاقتران إذا كان محليّاً)",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "الأشخاص (التعرف)",
|
||||
"People" : "الناس",
|
||||
"People (Face Recognition)" : "الأشخاص (التعرف على الوجه)",
|
||||
"Info" : "معلومات",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Folders" : "المجلدات",
|
||||
"Favorites" : "المفضلات",
|
||||
|
@ -81,6 +80,7 @@
|
|||
"Choose the root for the folders view" : "إختَر الدليل الأساسي لعرض المجلدات",
|
||||
"Are you sure you want to log out {user}?" : "هل أنت متأكد من أنك تريد تسجيل الخروج {user}؟",
|
||||
"Close" : "إغلاق",
|
||||
"Info" : "معلومات",
|
||||
"{photoCount} photos" : "{photoCount} صور",
|
||||
"Failed to load some photos" : "تعذّر تحميل بعض الصِّور",
|
||||
"Failed to update setting" : "تعذّر تحديث الإعدادات",
|
||||
|
@ -204,6 +204,8 @@
|
|||
"VA-API device ({dev}) has incorrect permissions" : "جهاز VA-API ({dev}) لديه أذونات غير صحيحة",
|
||||
"VA-API device status: {status}" : "حالة جهاز VA-API: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "يستخدم تطبيق Memories محول الترميز transcoder ـ go-vod. ويمكنك تشغيل محول الترميز go-vod خارجيًا (على سبيل المثال في حاوية دوكر Docker منفصلة لتسريع الأجهزة) أو استخدام محول الترميز المدمج. لاستخدام محول ترميز خارجي، قم بتمكين الخيار التالي واتبع التعليمات الواردة في الوثائق:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "إذا كنت ترغب في استعمال خادوم خارجي لتحويل الفيديو go-vod، فيجب أن تكون لديك السِّمَة tag الصحيحة.",
|
||||
"Enable external transcoder" : "تمكين مُحوِّل خارجي ",
|
||||
"Binary path (local only)" : "المسار الثنائي (محلي فقط)",
|
||||
"Bind address (local only)" : "عنوان الاقتران/ الربط (محلي فقط)",
|
||||
"Connection address (same as bind if local)" : "عنوان الاتصال (نفس عنوان الاقتران إذا كان محليّاً)",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Baxar",
|
||||
"Settings" : "Configuración",
|
||||
"People" : "Persones",
|
||||
"Info" : "Información",
|
||||
"Folders" : "Carpetes",
|
||||
"Videos" : "Vídeos",
|
||||
"Albums" : "Álbumes",
|
||||
|
@ -13,6 +12,7 @@ OC.L10N.register(
|
|||
"Metadata" : "Metadatos",
|
||||
"Photos" : "Semeyes",
|
||||
"Delete" : "Desaniciar",
|
||||
"Info" : "Información",
|
||||
"External Link" : "Enllaz esternu",
|
||||
"Template" : "Plantía",
|
||||
"Public link copied!" : "¡Copióse l'enllaz públicu!",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Baxar",
|
||||
"Settings" : "Configuración",
|
||||
"People" : "Persones",
|
||||
"Info" : "Información",
|
||||
"Folders" : "Carpetes",
|
||||
"Videos" : "Vídeos",
|
||||
"Albums" : "Álbumes",
|
||||
|
@ -11,6 +10,7 @@
|
|||
"Metadata" : "Metadatos",
|
||||
"Photos" : "Semeyes",
|
||||
"Delete" : "Desaniciar",
|
||||
"Info" : "Información",
|
||||
"External Link" : "Enllaz esternu",
|
||||
"Template" : "Plantía",
|
||||
"Public link copied!" : "¡Copióse l'enllaz públicu!",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Yüklə",
|
||||
"Settings" : "Quraşdırmalar",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Sevimlilər",
|
||||
"Archive" : "Arxiv",
|
||||
"Tags" : "Işarələr",
|
||||
|
@ -13,6 +12,7 @@ OC.L10N.register(
|
|||
"Favorite" : "İstəkli",
|
||||
"General" : "Ümumi",
|
||||
"Close" : "Bağla",
|
||||
"Info" : "Info",
|
||||
"Save" : "Saxla",
|
||||
"Search" : "Axtarış",
|
||||
"Save changes" : "Dəyişiklikləri yaddaşa ver",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Yüklə",
|
||||
"Settings" : "Quraşdırmalar",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Sevimlilər",
|
||||
"Archive" : "Arxiv",
|
||||
"Tags" : "Işarələr",
|
||||
|
@ -11,6 +10,7 @@
|
|||
"Favorite" : "İstəkli",
|
||||
"General" : "Ümumi",
|
||||
"Close" : "Bağla",
|
||||
"Info" : "Info",
|
||||
"Save" : "Saxla",
|
||||
"Search" : "Axtarış",
|
||||
"Save changes" : "Dəyişiklikləri yaddaşa ver",
|
||||
|
|
|
@ -8,7 +8,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Хора (Разпознаване)",
|
||||
"People" : "Хора",
|
||||
"People (Face Recognition)" : "Хора (Разпознаване на лица)",
|
||||
"Info" : "Информация",
|
||||
"Timeline" : "Времева линия",
|
||||
"Folders" : "Папки",
|
||||
"Favorites" : "Любими",
|
||||
|
@ -61,6 +60,7 @@ OC.L10N.register(
|
|||
"Choose Timeline Paths" : "Избор на пътища на времевата линия",
|
||||
"Choose the root for the folders view" : "Изберете основа за изгледа на папките",
|
||||
"Close" : "Затваряне",
|
||||
"Info" : "Информация",
|
||||
"{photoCount} photos" : "{photoCount} снимки",
|
||||
"Failed to load some photos" : "Неуспешно зареждане на някои снимки",
|
||||
"Failed to update setting" : "Неуспешно актуализиране на настройка",
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"People (Recognize)" : "Хора (Разпознаване)",
|
||||
"People" : "Хора",
|
||||
"People (Face Recognition)" : "Хора (Разпознаване на лица)",
|
||||
"Info" : "Информация",
|
||||
"Timeline" : "Времева линия",
|
||||
"Folders" : "Папки",
|
||||
"Favorites" : "Любими",
|
||||
|
@ -59,6 +58,7 @@
|
|||
"Choose Timeline Paths" : "Избор на пътища на времевата линия",
|
||||
"Choose the root for the folders view" : "Изберете основа за изгледа на папките",
|
||||
"Close" : "Затваряне",
|
||||
"Info" : "Информация",
|
||||
"{photoCount} photos" : "{photoCount} снимки",
|
||||
"Failed to load some photos" : "Неуспешно зареждане на някои снимки",
|
||||
"Failed to update setting" : "Неуспешно актуализиране на настройка",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "ডাউনলোড",
|
||||
"Settings" : "সেটিংস",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "প্রিয়জন",
|
||||
"Tags" : "ট্যাগ",
|
||||
"Edit" : "সম্পাদনা",
|
||||
|
@ -12,6 +11,7 @@ OC.L10N.register(
|
|||
"Favorite" : "প্রিয়জন",
|
||||
"General" : "সাধারণ",
|
||||
"Close" : "বন্ধ",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "অজানা",
|
||||
"Continue" : "চালিয়ে যাও",
|
||||
"Back" : "পেছনে যাও",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "ডাউনলোড",
|
||||
"Settings" : "সেটিংস",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "প্রিয়জন",
|
||||
"Tags" : "ট্যাগ",
|
||||
"Edit" : "সম্পাদনা",
|
||||
|
@ -10,6 +9,7 @@
|
|||
"Favorite" : "প্রিয়জন",
|
||||
"General" : "সাধারণ",
|
||||
"Close" : "বন্ধ",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "অজানা",
|
||||
"Continue" : "চালিয়ে যাও",
|
||||
"Back" : "পেছনে যাও",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Pellgargañ",
|
||||
"Settings" : "Arventennoù",
|
||||
"Info" : "Titouroù",
|
||||
"Favorites" : "Pennrolloù",
|
||||
"Videos" : "Videoioù",
|
||||
"Tags" : "Klavioù",
|
||||
|
@ -16,6 +15,7 @@ OC.L10N.register(
|
|||
"General" : "Hollek",
|
||||
"Account" : "Kont",
|
||||
"Close" : "Seriñ",
|
||||
"Info" : "Titouroù",
|
||||
"Unknown" : "Dianv",
|
||||
"Continue" : "Kendec'hel",
|
||||
"Copy public link" : "Eilañ al liamm foran",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Pellgargañ",
|
||||
"Settings" : "Arventennoù",
|
||||
"Info" : "Titouroù",
|
||||
"Favorites" : "Pennrolloù",
|
||||
"Videos" : "Videoioù",
|
||||
"Tags" : "Klavioù",
|
||||
|
@ -14,6 +13,7 @@
|
|||
"General" : "Hollek",
|
||||
"Account" : "Kont",
|
||||
"Close" : "Seriñ",
|
||||
"Info" : "Titouroù",
|
||||
"Unknown" : "Dianv",
|
||||
"Continue" : "Kendec'hel",
|
||||
"Copy public link" : "Eilañ al liamm foran",
|
||||
|
|
|
@ -3,13 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Preuzmi",
|
||||
"Settings" : "Podešavanje",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Favoriti",
|
||||
"Edit" : "Izmjeni",
|
||||
"Cancel" : "Otkaži",
|
||||
"Delete" : "Obriši",
|
||||
"Favorite" : "Favorit",
|
||||
"Close" : "Zatvori",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Nepoznato",
|
||||
"Continue" : "Nastavi",
|
||||
"Save" : "Spremi",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{ "translations": {
|
||||
"Download" : "Preuzmi",
|
||||
"Settings" : "Podešavanje",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Favoriti",
|
||||
"Edit" : "Izmjeni",
|
||||
"Cancel" : "Otkaži",
|
||||
"Delete" : "Obriši",
|
||||
"Favorite" : "Favorit",
|
||||
"Close" : "Zatvori",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Nepoznato",
|
||||
"Continue" : "Nastavi",
|
||||
"Save" : "Spremi",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Baixa",
|
||||
"Settings" : "Paràmetres",
|
||||
"People" : "Gent",
|
||||
"Info" : "Informació",
|
||||
"Timeline" : "Línia de temps",
|
||||
"Folders" : "Carpetes",
|
||||
"Favorites" : "Preferits",
|
||||
|
@ -29,6 +28,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Compte",
|
||||
"Close" : "Tanca",
|
||||
"Info" : "Informació",
|
||||
"Performance" : "Rendiment",
|
||||
"Unknown" : "Desconegut",
|
||||
"Continue" : "Continua",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Baixa",
|
||||
"Settings" : "Paràmetres",
|
||||
"People" : "Gent",
|
||||
"Info" : "Informació",
|
||||
"Timeline" : "Línia de temps",
|
||||
"Folders" : "Carpetes",
|
||||
"Favorites" : "Preferits",
|
||||
|
@ -27,6 +26,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Compte",
|
||||
"Close" : "Tanca",
|
||||
"Info" : "Informació",
|
||||
"Performance" : "Rendiment",
|
||||
"Unknown" : "Desconegut",
|
||||
"Continue" : "Continua",
|
||||
|
|
|
@ -8,7 +8,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Lidé (rozpoznání)",
|
||||
"People" : "Lidé",
|
||||
"People (Face Recognition)" : "Lidé (rozpoznání obličejů)",
|
||||
"Info" : "Informace",
|
||||
"Timeline" : "Časová osa",
|
||||
"Folders" : "Složky",
|
||||
"Favorites" : "Oblíbené",
|
||||
|
@ -82,6 +81,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Zvolte kořen pro zobrazení složek",
|
||||
"Are you sure you want to log out {user}?" : "Opravdu chcete {user} odhlásit?",
|
||||
"Close" : "Zavřít",
|
||||
"Info" : "Informace",
|
||||
"{photoCount} photos" : "{photoCount} fotek",
|
||||
"Failed to load some photos" : "Některé fotky se nepodařilo načíst",
|
||||
"Failed to update setting" : "Nastavení se nepodařilo zaktualizovat",
|
||||
|
@ -205,6 +205,8 @@ OC.L10N.register(
|
|||
"VA-API device ({dev}) has incorrect permissions" : "Na VA-API zařízení ({dev}) nejsou správně nastavená práva",
|
||||
"VA-API device status: {status}" : "Stav VA-API zařízení: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Vzpomínky používají pro překódovávání nástroj go-vod. Ten je možné spouštět externě (např. ve zvlášť Docker containeru kvůli hardwarové akceleraci) nebo použít jeho vestavěnou podobu. Pokud chcete použít externí podobu, zapněte následující předvolby a postupujte podle pokynů v dokumentaci:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "Pokud chcete použít externí go-vod, zajistěte, že máte správný štítek.",
|
||||
"Enable external transcoder" : "Zapnout externí nástroj pro překódování",
|
||||
"Binary path (local only)" : "Popis umístění spustitelného souboru (pouze lokální)",
|
||||
"Bind address (local only)" : "Adresa, na kterou navázat (pouze místní)",
|
||||
"Connection address (same as bind if local)" : "Adresa pro připojení (pokud lokální, stejná jako ta pro navázání na)",
|
||||
|
@ -511,6 +513,7 @@ OC.L10N.register(
|
|||
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Odebrat {count} položku z alba?","Odebrat {count} položky z alba?","Odebrat {count} položek z alba?","Odebrat {count} položky z alba?"],
|
||||
"This will not delete your original files." : "Toto nesmaže vaše původní soubory.",
|
||||
"You are about to download {count} items." : "Chystáte se stáhnout si {count} položek.",
|
||||
"You are about to move {count} items." : "Chystáte se přesunout {count} položek."
|
||||
"You are about to move {count} items." : "Chystáte se přesunout {count} položek.",
|
||||
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Na začátku či konci názvu složky „{folder}“ se nachází prázdný znak. To může vést k chybám a měli byste napravit."
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"People (Recognize)" : "Lidé (rozpoznání)",
|
||||
"People" : "Lidé",
|
||||
"People (Face Recognition)" : "Lidé (rozpoznání obličejů)",
|
||||
"Info" : "Informace",
|
||||
"Timeline" : "Časová osa",
|
||||
"Folders" : "Složky",
|
||||
"Favorites" : "Oblíbené",
|
||||
|
@ -80,6 +79,7 @@
|
|||
"Choose the root for the folders view" : "Zvolte kořen pro zobrazení složek",
|
||||
"Are you sure you want to log out {user}?" : "Opravdu chcete {user} odhlásit?",
|
||||
"Close" : "Zavřít",
|
||||
"Info" : "Informace",
|
||||
"{photoCount} photos" : "{photoCount} fotek",
|
||||
"Failed to load some photos" : "Některé fotky se nepodařilo načíst",
|
||||
"Failed to update setting" : "Nastavení se nepodařilo zaktualizovat",
|
||||
|
@ -203,6 +203,8 @@
|
|||
"VA-API device ({dev}) has incorrect permissions" : "Na VA-API zařízení ({dev}) nejsou správně nastavená práva",
|
||||
"VA-API device status: {status}" : "Stav VA-API zařízení: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Vzpomínky používají pro překódovávání nástroj go-vod. Ten je možné spouštět externě (např. ve zvlášť Docker containeru kvůli hardwarové akceleraci) nebo použít jeho vestavěnou podobu. Pokud chcete použít externí podobu, zapněte následující předvolby a postupujte podle pokynů v dokumentaci:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "Pokud chcete použít externí go-vod, zajistěte, že máte správný štítek.",
|
||||
"Enable external transcoder" : "Zapnout externí nástroj pro překódování",
|
||||
"Binary path (local only)" : "Popis umístění spustitelného souboru (pouze lokální)",
|
||||
"Bind address (local only)" : "Adresa, na kterou navázat (pouze místní)",
|
||||
"Connection address (same as bind if local)" : "Adresa pro připojení (pokud lokální, stejná jako ta pro navázání na)",
|
||||
|
@ -509,6 +511,7 @@
|
|||
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Odebrat {count} položku z alba?","Odebrat {count} položky z alba?","Odebrat {count} položek z alba?","Odebrat {count} položky z alba?"],
|
||||
"This will not delete your original files." : "Toto nesmaže vaše původní soubory.",
|
||||
"You are about to download {count} items." : "Chystáte se stáhnout si {count} položek.",
|
||||
"You are about to move {count} items." : "Chystáte se přesunout {count} položek."
|
||||
"You are about to move {count} items." : "Chystáte se přesunout {count} položek.",
|
||||
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Na začátku či konci názvu složky „{folder}“ se nachází prázdný znak. To může vést k chybám a měli byste napravit."
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Llwytho i lawr",
|
||||
"Settings" : "Gosodiadau",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Ffefrynnau",
|
||||
"Videos" : "Fideos",
|
||||
"Archive" : "Archif",
|
||||
|
@ -16,6 +15,7 @@ OC.L10N.register(
|
|||
"General" : "Cyffredinol",
|
||||
"Account" : "Cyfrif",
|
||||
"Close" : "Cau",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Anhysbys",
|
||||
"Copy public link" : "Copïo dolen gyhoeddus",
|
||||
"Back" : "Nôl",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Llwytho i lawr",
|
||||
"Settings" : "Gosodiadau",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Ffefrynnau",
|
||||
"Videos" : "Fideos",
|
||||
"Archive" : "Archif",
|
||||
|
@ -14,6 +13,7 @@
|
|||
"General" : "Cyffredinol",
|
||||
"Account" : "Cyfrif",
|
||||
"Close" : "Cau",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Anhysbys",
|
||||
"Copy public link" : "Copïo dolen gyhoeddus",
|
||||
"Back" : "Nôl",
|
||||
|
|
|
@ -5,7 +5,6 @@ OC.L10N.register(
|
|||
"Memories" : "Minder",
|
||||
"Settings" : "Indstillinger",
|
||||
"People" : "Personer",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Folders" : "Mapper",
|
||||
"Favorites" : "Favoritter",
|
||||
|
@ -28,6 +27,7 @@ OC.L10N.register(
|
|||
"Account" : "Konto",
|
||||
"Show hidden folders" : "Vis skjulte mapper",
|
||||
"Close" : "Luk",
|
||||
"Info" : "Info",
|
||||
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
|
||||
"Performance" : "Ydelse",
|
||||
"Unknown" : "Ukendt",
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"Memories" : "Minder",
|
||||
"Settings" : "Indstillinger",
|
||||
"People" : "Personer",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Tidslinje",
|
||||
"Folders" : "Mapper",
|
||||
"Favorites" : "Favoritter",
|
||||
|
@ -26,6 +25,7 @@
|
|||
"Account" : "Konto",
|
||||
"Show hidden folders" : "Vis skjulte mapper",
|
||||
"Close" : "Luk",
|
||||
"Info" : "Info",
|
||||
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
|
||||
"Performance" : "Ydelse",
|
||||
"Unknown" : "Ukendt",
|
||||
|
|
|
@ -8,7 +8,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Personen (erkennen)",
|
||||
"People" : "Personen",
|
||||
"People (Face Recognition)" : "Personen (Gesichtserkennung)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Verlauf",
|
||||
"Folders" : "Ordner",
|
||||
"Favorites" : "Favoriten",
|
||||
|
@ -62,6 +61,7 @@ OC.L10N.register(
|
|||
"Choose Timeline Paths" : "Wähle Pfade der Zeitachse",
|
||||
"Choose the root for the folders view" : "Wähle das Stammverzeichnis für die Ordneransicht",
|
||||
"Close" : "Schließen",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} Fotos",
|
||||
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
|
||||
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"People (Recognize)" : "Personen (erkennen)",
|
||||
"People" : "Personen",
|
||||
"People (Face Recognition)" : "Personen (Gesichtserkennung)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Verlauf",
|
||||
"Folders" : "Ordner",
|
||||
"Favorites" : "Favoriten",
|
||||
|
@ -60,6 +59,7 @@
|
|||
"Choose Timeline Paths" : "Wähle Pfade der Zeitachse",
|
||||
"Choose the root for the folders view" : "Wähle das Stammverzeichnis für die Ordneransicht",
|
||||
"Close" : "Schließen",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} Fotos",
|
||||
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
|
||||
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Personen (erkennen)",
|
||||
"People" : "Personen",
|
||||
"People (Face Recognition)" : "Personen (Gesichtserkennung)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Zeitleiste",
|
||||
"Folders" : "Ordner",
|
||||
"Favorites" : "Favoriten",
|
||||
|
@ -83,6 +82,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Wählen Sie das Stammverzeichnis für die Ordneransicht",
|
||||
"Are you sure you want to log out {user}?" : "Möchten Sie wirklich {user} abmelden?",
|
||||
"Close" : "Schließen",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} Fotos",
|
||||
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
|
||||
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
|
||||
|
@ -206,6 +206,8 @@ OC.L10N.register(
|
|||
"VA-API device ({dev}) has incorrect permissions" : "VA-API-Gerät ({dev}) hat falsche Berechtigungen",
|
||||
"VA-API device status: {status}" : "VA-API-Gerätestatus: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Erinnerungen (Memories) verwendet den Go-Vod-Transcoder. Sie können go-vod extern ausführen (z. B. in einem separaten Docker-Container zur Hardwarebeschleunigung) oder den integrierten Transcoder verwenden. Um einen externen Transcoder zu verwenden, aktivieren Sie die folgende Option und befolgen Sie die Anweisungen in der Dokumentation:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "Wenn Sie ein externes Go-Vod verwenden möchten, stellen Sie sicher, dass Sie über das richtige Tag verfügen.",
|
||||
"Enable external transcoder" : "Externen Transcoder aktivieren",
|
||||
"Binary path (local only)" : "Binärer Pfad (nur lokal)",
|
||||
"Bind address (local only)" : "Bind-Adresse (nur lokal)",
|
||||
"Connection address (same as bind if local)" : "Verbindungsadresse (dasselbe wie bind, wenn lokal)",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "Personen (erkennen)",
|
||||
"People" : "Personen",
|
||||
"People (Face Recognition)" : "Personen (Gesichtserkennung)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Zeitleiste",
|
||||
"Folders" : "Ordner",
|
||||
"Favorites" : "Favoriten",
|
||||
|
@ -81,6 +80,7 @@
|
|||
"Choose the root for the folders view" : "Wählen Sie das Stammverzeichnis für die Ordneransicht",
|
||||
"Are you sure you want to log out {user}?" : "Möchten Sie wirklich {user} abmelden?",
|
||||
"Close" : "Schließen",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} Fotos",
|
||||
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
|
||||
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
|
||||
|
@ -204,6 +204,8 @@
|
|||
"VA-API device ({dev}) has incorrect permissions" : "VA-API-Gerät ({dev}) hat falsche Berechtigungen",
|
||||
"VA-API device status: {status}" : "VA-API-Gerätestatus: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Erinnerungen (Memories) verwendet den Go-Vod-Transcoder. Sie können go-vod extern ausführen (z. B. in einem separaten Docker-Container zur Hardwarebeschleunigung) oder den integrierten Transcoder verwenden. Um einen externen Transcoder zu verwenden, aktivieren Sie die folgende Option und befolgen Sie die Anweisungen in der Dokumentation:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "Wenn Sie ein externes Go-Vod verwenden möchten, stellen Sie sicher, dass Sie über das richtige Tag verfügen.",
|
||||
"Enable external transcoder" : "Externen Transcoder aktivieren",
|
||||
"Binary path (local only)" : "Binärer Pfad (nur lokal)",
|
||||
"Bind address (local only)" : "Bind-Adresse (nur lokal)",
|
||||
"Connection address (same as bind if local)" : "Verbindungsadresse (dasselbe wie bind, wenn lokal)",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Λήψη",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"People" : "Άτομα",
|
||||
"Info" : "Πληροφόρηση",
|
||||
"Timeline" : "Χρονολόγιο",
|
||||
"Folders" : "Φάκελοι",
|
||||
"Favorites" : "Αγαπημένα",
|
||||
|
@ -31,6 +30,7 @@ OC.L10N.register(
|
|||
"Account" : "Λογαριασμός",
|
||||
"Sign out" : "Αποσύνδεση",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Info" : "Πληροφόρηση",
|
||||
"Documentation." : "Τεκμηρίωση.",
|
||||
"External Link" : "Εξωτερικός σύνδεσμος",
|
||||
"Help & Support" : "Βοήθεια και Υποστήριξη",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Λήψη",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"People" : "Άτομα",
|
||||
"Info" : "Πληροφόρηση",
|
||||
"Timeline" : "Χρονολόγιο",
|
||||
"Folders" : "Φάκελοι",
|
||||
"Favorites" : "Αγαπημένα",
|
||||
|
@ -29,6 +28,7 @@
|
|||
"Account" : "Λογαριασμός",
|
||||
"Sign out" : "Αποσύνδεση",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Info" : "Πληροφόρηση",
|
||||
"Documentation." : "Τεκμηρίωση.",
|
||||
"External Link" : "Εξωτερικός σύνδεσμος",
|
||||
"Help & Support" : "Βοήθεια και Υποστήριξη",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "People (Recognise)",
|
||||
"People" : "People",
|
||||
"People (Face Recognition)" : "People (Face Recognition)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Timeline",
|
||||
"Folders" : "Folders",
|
||||
"Favorites" : "Favourites",
|
||||
|
@ -83,6 +82,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Choose the root for the folders view",
|
||||
"Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?",
|
||||
"Close" : "Close",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} photos",
|
||||
"Failed to load some photos" : "Failed to load some photos",
|
||||
"Failed to update setting" : "Failed to update setting",
|
||||
|
@ -206,6 +206,8 @@ OC.L10N.register(
|
|||
"VA-API device ({dev}) has incorrect permissions" : "VA-API device ({dev}) has incorrect permissions",
|
||||
"VA-API device status: {status}" : "VA-API device status: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "If you want to use an external go-vod, make sure you have the correct tag.",
|
||||
"Enable external transcoder" : "Enable external transcoder",
|
||||
"Binary path (local only)" : "Binary path (local only)",
|
||||
"Bind address (local only)" : "Bind address (local only)",
|
||||
"Connection address (same as bind if local)" : "Connection address (same as bind if local)",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "People (Recognise)",
|
||||
"People" : "People",
|
||||
"People (Face Recognition)" : "People (Face Recognition)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Timeline",
|
||||
"Folders" : "Folders",
|
||||
"Favorites" : "Favourites",
|
||||
|
@ -81,6 +80,7 @@
|
|||
"Choose the root for the folders view" : "Choose the root for the folders view",
|
||||
"Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?",
|
||||
"Close" : "Close",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} photos",
|
||||
"Failed to load some photos" : "Failed to load some photos",
|
||||
"Failed to update setting" : "Failed to update setting",
|
||||
|
@ -204,6 +204,8 @@
|
|||
"VA-API device ({dev}) has incorrect permissions" : "VA-API device ({dev}) has incorrect permissions",
|
||||
"VA-API device status: {status}" : "VA-API device status: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:",
|
||||
"If you want to use an external go-vod, make sure you have the correct tag." : "If you want to use an external go-vod, make sure you have the correct tag.",
|
||||
"Enable external transcoder" : "Enable external transcoder",
|
||||
"Binary path (local only)" : "Binary path (local only)",
|
||||
"Bind address (local only)" : "Bind address (local only)",
|
||||
"Connection address (same as bind if local)" : "Connection address (same as bind if local)",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Elŝuti",
|
||||
"Settings" : "Agordoj",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Kronologio",
|
||||
"Folders" : "Dosierujoj",
|
||||
"Favorites" : "Plej ŝatataj",
|
||||
|
@ -19,6 +18,7 @@ OC.L10N.register(
|
|||
"General" : "Ĝenerala",
|
||||
"Account" : "Konto",
|
||||
"Close" : "Malfermi",
|
||||
"Info" : "Info",
|
||||
"Performance" : "Rendimento",
|
||||
"Unknown" : "Nekonata",
|
||||
"Continue" : "Daŭrigi",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Elŝuti",
|
||||
"Settings" : "Agordoj",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Kronologio",
|
||||
"Folders" : "Dosierujoj",
|
||||
"Favorites" : "Plej ŝatataj",
|
||||
|
@ -17,6 +16,7 @@
|
|||
"General" : "Ĝenerala",
|
||||
"Account" : "Konto",
|
||||
"Close" : "Malfermi",
|
||||
"Info" : "Info",
|
||||
"Performance" : "Rendimento",
|
||||
"Unknown" : "Nekonata",
|
||||
"Continue" : "Daŭrigi",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Personas (Recognize)",
|
||||
"People" : "Personas",
|
||||
"People (Face Recognition)" : "Personas (Reconocimiento facial)",
|
||||
"Info" : "Información",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
|
@ -83,6 +82,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Seleccione la raíz de la vista de carpetas",
|
||||
"Are you sure you want to log out {user}?" : "¿Estás seguro de cerrar la sesión {user}?",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Información",
|
||||
"{photoCount} photos" : "{photoCount} fotos",
|
||||
"Failed to load some photos" : "Fallo al cargar algunas fotos",
|
||||
"Failed to update setting" : "Fallo al actualizar la configuración",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "Personas (Recognize)",
|
||||
"People" : "Personas",
|
||||
"People (Face Recognition)" : "Personas (Reconocimiento facial)",
|
||||
"Info" : "Información",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
|
@ -81,6 +80,7 @@
|
|||
"Choose the root for the folders view" : "Seleccione la raíz de la vista de carpetas",
|
||||
"Are you sure you want to log out {user}?" : "¿Estás seguro de cerrar la sesión {user}?",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Información",
|
||||
"{photoCount} photos" : "{photoCount} fotos",
|
||||
"Failed to load some photos" : "Fallo al cargar algunas fotos",
|
||||
"Failed to update setting" : "Fallo al actualizar la configuración",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -21,6 +20,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"No items" : "No hay elementos",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -19,6 +18,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"No items" : "No hay elementos",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -19,6 +18,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -17,6 +16,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Personas (Recognize)",
|
||||
"People" : "Personas",
|
||||
"People (Face Recognition)" : "Personas (Reconocimiento Facial)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
|
@ -74,6 +73,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Elegir la raíz para la vista de carpetas",
|
||||
"Are you sure you want to log out {user}?" : "¿Estás seguro de que quieres cerrar la sesión de {user}?",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} fotos",
|
||||
"Failed to load some photos" : "Error al cargar algunas fotos",
|
||||
"Failed to update setting" : "Error al actualizar la configuración",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "Personas (Recognize)",
|
||||
"People" : "Personas",
|
||||
"People (Face Recognition)" : "Personas (Reconocimiento Facial)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Línea de tiempo",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
|
@ -72,6 +71,7 @@
|
|||
"Choose the root for the folders view" : "Elegir la raíz para la vista de carpetas",
|
||||
"Are you sure you want to log out {user}?" : "¿Estás seguro de que quieres cerrar la sesión de {user}?",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} fotos",
|
||||
"Failed to load some photos" : "Error al cargar algunas fotos",
|
||||
"Failed to update setting" : "Error al actualizar la configuración",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Descargar",
|
||||
"Memories" : "Recuerdos",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -22,6 +21,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Copy public link" : "Copiar enlace público",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Descargar",
|
||||
"Memories" : "Recuerdos",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Copy public link" : "Copiar enlace público",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -19,6 +18,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -17,6 +16,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Ajustes",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -19,6 +18,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -17,6 +16,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
"Save" : "Guardar",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
"Save" : "Guardar",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Public link" : "Liga pública",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -20,6 +19,7 @@ OC.L10N.register(
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Descargar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Carpetas",
|
||||
"Favorites" : "Favoritos",
|
||||
"Videos" : "Videos",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"General" : "General",
|
||||
"Account" : "Cuenta",
|
||||
"Close" : "Cerrar",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Desconocido",
|
||||
"Continue" : "Continuar",
|
||||
"Back" : "Atrás",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Lae alla",
|
||||
"Settings" : "Seaded",
|
||||
"People" : "Inimese",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Kaustad",
|
||||
"Favorites" : "Lemmikud",
|
||||
"Videos" : "Videod",
|
||||
|
@ -26,6 +25,7 @@ OC.L10N.register(
|
|||
"Account" : "Konto",
|
||||
"Sign out" : "Logi välja",
|
||||
"Close" : "Sulge",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Teadmata",
|
||||
"Continue" : "Jätka",
|
||||
"Add people or groups who can edit your album" : "Lisa inimesi ja gruppe, kes võivad su albumit muuta",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Lae alla",
|
||||
"Settings" : "Seaded",
|
||||
"People" : "Inimese",
|
||||
"Info" : "Info",
|
||||
"Folders" : "Kaustad",
|
||||
"Favorites" : "Lemmikud",
|
||||
"Videos" : "Videod",
|
||||
|
@ -24,6 +23,7 @@
|
|||
"Account" : "Konto",
|
||||
"Sign out" : "Logi välja",
|
||||
"Close" : "Sulge",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Teadmata",
|
||||
"Continue" : "Jätka",
|
||||
"Add people or groups who can edit your album" : "Lisa inimesi ja gruppe, kes võivad su albumit muuta",
|
||||
|
|
|
@ -8,7 +8,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Pertsonak (Recognize)",
|
||||
"People" : "Jendea",
|
||||
"People (Face Recognition)" : "Pertsonak (aurpegi-ezagutza)",
|
||||
"Info" : "Informazioa",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Folders" : "Karpetak",
|
||||
"Favorites" : "Gogokoak",
|
||||
|
@ -60,6 +59,7 @@ OC.L10N.register(
|
|||
"Choose Timeline Paths" : "Aukeratu denbora-lerroaren bide-izenak",
|
||||
"Choose the root for the folders view" : "Aukeratu erroa karpetak ikusteko",
|
||||
"Close" : "Itxi",
|
||||
"Info" : "Informazioa",
|
||||
"{photoCount} photos" : "{photoCount} argazkiak",
|
||||
"Failed to load some photos" : "Argazki batzuk kargatzeak huts egin du",
|
||||
"Failed to update setting" : "Ezarpen eguneratzeak huts egin du",
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"People (Recognize)" : "Pertsonak (Recognize)",
|
||||
"People" : "Jendea",
|
||||
"People (Face Recognition)" : "Pertsonak (aurpegi-ezagutza)",
|
||||
"Info" : "Informazioa",
|
||||
"Timeline" : "Denbora-lerroa",
|
||||
"Folders" : "Karpetak",
|
||||
"Favorites" : "Gogokoak",
|
||||
|
@ -58,6 +57,7 @@
|
|||
"Choose Timeline Paths" : "Aukeratu denbora-lerroaren bide-izenak",
|
||||
"Choose the root for the folders view" : "Aukeratu erroa karpetak ikusteko",
|
||||
"Close" : "Itxi",
|
||||
"Info" : "Informazioa",
|
||||
"{photoCount} photos" : "{photoCount} argazkiak",
|
||||
"Failed to load some photos" : "Argazki batzuk kargatzeak huts egin du",
|
||||
"Failed to update setting" : "Ezarpen eguneratzeak huts egin du",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "People (Recognize)",
|
||||
"People" : "مردم",
|
||||
"People (Face Recognition)" : "People (Face Recognition)",
|
||||
"Info" : "اطلاعات",
|
||||
"Timeline" : "خط زمانی",
|
||||
"Folders" : "پوشه ها",
|
||||
"Favorites" : "مورد علاقهها",
|
||||
|
@ -76,6 +75,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Choose the root for the folders view",
|
||||
"Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?",
|
||||
"Close" : "بسته",
|
||||
"Info" : "اطلاعات",
|
||||
"{photoCount} photos" : "{photoCount} photos",
|
||||
"Failed to load some photos" : "Failed to load some photos",
|
||||
"Failed to update setting" : "Failed to update setting",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "People (Recognize)",
|
||||
"People" : "مردم",
|
||||
"People (Face Recognition)" : "People (Face Recognition)",
|
||||
"Info" : "اطلاعات",
|
||||
"Timeline" : "خط زمانی",
|
||||
"Folders" : "پوشه ها",
|
||||
"Favorites" : "مورد علاقهها",
|
||||
|
@ -74,6 +73,7 @@
|
|||
"Choose the root for the folders view" : "Choose the root for the folders view",
|
||||
"Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?",
|
||||
"Close" : "بسته",
|
||||
"Info" : "اطلاعات",
|
||||
"{photoCount} photos" : "{photoCount} photos",
|
||||
"Failed to load some photos" : "Failed to load some photos",
|
||||
"Failed to update setting" : "Failed to update setting",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Ihmiset (Recognize)",
|
||||
"People" : "Ihmiset",
|
||||
"People (Face Recognition)" : "Ihmiset (Face Recognition)",
|
||||
"Info" : "Tietoa",
|
||||
"Timeline" : "Aikajana",
|
||||
"Folders" : "Kansiot",
|
||||
"Favorites" : "Suosikit",
|
||||
|
@ -75,6 +74,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Valitse kansionäkymän juurihakemisto",
|
||||
"Are you sure you want to log out {user}?" : "Haluatko varmasti uloskirjata \"{user}\"?",
|
||||
"Close" : "Sulje",
|
||||
"Info" : "Tietoa",
|
||||
"{photoCount} photos" : "{photoCount} kuvaa",
|
||||
"Failed to load some photos" : "Joidenkin kuvien lataus epäonnistui",
|
||||
"Failed to update setting" : "Asetuksen päivittäminen epäonnistui",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "Ihmiset (Recognize)",
|
||||
"People" : "Ihmiset",
|
||||
"People (Face Recognition)" : "Ihmiset (Face Recognition)",
|
||||
"Info" : "Tietoa",
|
||||
"Timeline" : "Aikajana",
|
||||
"Folders" : "Kansiot",
|
||||
"Favorites" : "Suosikit",
|
||||
|
@ -73,6 +72,7 @@
|
|||
"Choose the root for the folders view" : "Valitse kansionäkymän juurihakemisto",
|
||||
"Are you sure you want to log out {user}?" : "Haluatko varmasti uloskirjata \"{user}\"?",
|
||||
"Close" : "Sulje",
|
||||
"Info" : "Tietoa",
|
||||
"{photoCount} photos" : "{photoCount} kuvaa",
|
||||
"Failed to load some photos" : "Joidenkin kuvien lataus epäonnistui",
|
||||
"Failed to update setting" : "Asetuksen päivittäminen epäonnistui",
|
||||
|
|
|
@ -8,7 +8,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Personnes (Recognize)",
|
||||
"People" : "Personnes",
|
||||
"People (Face Recognition)" : "Personnes (reconnaissance faciale)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Fil chronologique",
|
||||
"Folders" : "Dossiers",
|
||||
"Favorites" : "Favoris",
|
||||
|
@ -69,6 +68,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Choisissez la racine pour la vue des dossiers",
|
||||
"Are you sure you want to log out {user}?" : "Êtes-vous sûr de vouloir déconnecter {user} ?",
|
||||
"Close" : "Fermer",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} photos",
|
||||
"Failed to load some photos" : "Échec du chargement de certaines photos",
|
||||
"Failed to update setting" : "Échec de la mise à jour des paramètres",
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"People (Recognize)" : "Personnes (Recognize)",
|
||||
"People" : "Personnes",
|
||||
"People (Face Recognition)" : "Personnes (reconnaissance faciale)",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Fil chronologique",
|
||||
"Folders" : "Dossiers",
|
||||
"Favorites" : "Favoris",
|
||||
|
@ -67,6 +66,7 @@
|
|||
"Choose the root for the folders view" : "Choisissez la racine pour la vue des dossiers",
|
||||
"Are you sure you want to log out {user}?" : "Êtes-vous sûr de vouloir déconnecter {user} ?",
|
||||
"Close" : "Fermer",
|
||||
"Info" : "Info",
|
||||
"{photoCount} photos" : "{photoCount} photos",
|
||||
"Failed to load some photos" : "Échec du chargement de certaines photos",
|
||||
"Failed to update setting" : "Échec de la mise à jour des paramètres",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Persoas (Recognize)",
|
||||
"People" : "Persoas",
|
||||
"People (Face Recognition)" : "Persoas (Recoñecemento facial)",
|
||||
"Info" : "Información",
|
||||
"Timeline" : "Cronoloxía",
|
||||
"Folders" : "Cartafoles",
|
||||
"Favorites" : "Favoritos",
|
||||
|
@ -82,6 +81,7 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Escoller a raíz para a vista de cartafoles",
|
||||
"Are you sure you want to log out {user}?" : "Confirma que quere saír?",
|
||||
"Close" : "Pechar",
|
||||
"Info" : "Información",
|
||||
"{photoCount} photos" : "{photoCount} fotos",
|
||||
"Failed to load some photos" : "Produciuse un fallo ao cargar algunhas fotos",
|
||||
"Failed to update setting" : "Produciuse un fallo ao actualizar o axuste",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "Persoas (Recognize)",
|
||||
"People" : "Persoas",
|
||||
"People (Face Recognition)" : "Persoas (Recoñecemento facial)",
|
||||
"Info" : "Información",
|
||||
"Timeline" : "Cronoloxía",
|
||||
"Folders" : "Cartafoles",
|
||||
"Favorites" : "Favoritos",
|
||||
|
@ -80,6 +79,7 @@
|
|||
"Choose the root for the folders view" : "Escoller a raíz para a vista de cartafoles",
|
||||
"Are you sure you want to log out {user}?" : "Confirma que quere saír?",
|
||||
"Close" : "Pechar",
|
||||
"Info" : "Información",
|
||||
"{photoCount} photos" : "{photoCount} fotos",
|
||||
"Failed to load some photos" : "Produciuse un fallo ao cargar algunhas fotos",
|
||||
"Failed to update setting" : "Produciuse un fallo ao actualizar o axuste",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "הורדה",
|
||||
"Settings" : "הגדרות",
|
||||
"Info" : "פרטים",
|
||||
"Timeline" : "ציר זמן",
|
||||
"Folders" : "תיקייה",
|
||||
"Favorites" : "מועדפים",
|
||||
|
@ -23,6 +22,7 @@ OC.L10N.register(
|
|||
"General" : "כללי",
|
||||
"Account" : "חשבון",
|
||||
"Close" : "סגירה",
|
||||
"Info" : "פרטים",
|
||||
"Performance" : "ביצועים",
|
||||
"Unknown" : "לא ידוע",
|
||||
"Continue" : "להמשך",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "הורדה",
|
||||
"Settings" : "הגדרות",
|
||||
"Info" : "פרטים",
|
||||
"Timeline" : "ציר זמן",
|
||||
"Folders" : "תיקייה",
|
||||
"Favorites" : "מועדפים",
|
||||
|
@ -21,6 +20,7 @@
|
|||
"General" : "כללי",
|
||||
"Account" : "חשבון",
|
||||
"Close" : "סגירה",
|
||||
"Info" : "פרטים",
|
||||
"Performance" : "ביצועים",
|
||||
"Unknown" : "לא ידוע",
|
||||
"Continue" : "להמשך",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Preuzmi",
|
||||
"Settings" : "Postavke",
|
||||
"People" : "Ljudi",
|
||||
"Info" : "Informacije",
|
||||
"Timeline" : "Vremenska crta",
|
||||
"Folders" : "Mape",
|
||||
"Favorites" : "Favoriti",
|
||||
|
@ -23,6 +22,7 @@ OC.L10N.register(
|
|||
"General" : "Općenito",
|
||||
"Account" : "Račun",
|
||||
"Close" : "Zatvori",
|
||||
"Info" : "Informacije",
|
||||
"Performance" : "Učinkovitost",
|
||||
"Unknown" : "Nepoznata pogreška",
|
||||
"Continue" : "Nastavi",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Preuzmi",
|
||||
"Settings" : "Postavke",
|
||||
"People" : "Ljudi",
|
||||
"Info" : "Informacije",
|
||||
"Timeline" : "Vremenska crta",
|
||||
"Folders" : "Mape",
|
||||
"Favorites" : "Favoriti",
|
||||
|
@ -21,6 +20,7 @@
|
|||
"General" : "Općenito",
|
||||
"Account" : "Račun",
|
||||
"Close" : "Zatvori",
|
||||
"Info" : "Informacije",
|
||||
"Performance" : "Učinkovitost",
|
||||
"Unknown" : "Nepoznata pogreška",
|
||||
"Continue" : "Nastavi",
|
||||
|
|
|
@ -9,7 +9,6 @@ OC.L10N.register(
|
|||
"People (Recognize)" : "Emberek (Felismerés)",
|
||||
"People" : "Emberek",
|
||||
"People (Face Recognition)" : "Emberek (Arcfelismerés)",
|
||||
"Info" : "Információ",
|
||||
"Timeline" : "Idővonal",
|
||||
"Folders" : "Mappák",
|
||||
"Favorites" : "Kedvencek",
|
||||
|
@ -38,6 +37,7 @@ OC.L10N.register(
|
|||
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} elem található a következőben: {path}","{n} elem található a következőben: {path}"],
|
||||
"Metadata" : "Metaadatok",
|
||||
"Edit" : "Szerkesztés",
|
||||
"Failed to load metadata" : "A metaadatok betöltése sikertelen",
|
||||
"No coordinates" : "Nincsenek koordináták",
|
||||
"Click edit to set location" : "Kattintson a szerkesztésre a hely megadásához",
|
||||
"Photos" : "Fényképek",
|
||||
|
@ -61,11 +61,17 @@ OC.L10N.register(
|
|||
"Timeline Path" : "Idővonal elérési útja",
|
||||
"Square grid mode" : "Négyzetrácsos mód",
|
||||
"Show past photos on top of timeline" : "Múltbeli fényképek megjelenítése az idővonal tetején",
|
||||
"Photo Viewer" : "Fénykép Néző",
|
||||
"Autoplay Live Photos" : "Élő fényképek automatikus lejátszása",
|
||||
"Show full file path in sidebar" : "A teljes elérési út megjelenítése az oldalsávban",
|
||||
"High resolution image loading behavior" : "Nagy felbontású képek betöltési viselkedése",
|
||||
"Never load high resolution image" : "Soha ne töltse be a nagy felbontású képeket",
|
||||
"Account" : "Fiók",
|
||||
"Logged in as {user}" : "Bejelentkezve mint {user}",
|
||||
"Sign out" : "Kijelentkezés",
|
||||
"Device Folders" : "Eszközmappák",
|
||||
"Local folders to include in the timeline view" : "Az idővonal nézetbe beleveendő helyi mappák",
|
||||
"Run initial device setup" : "Kezdeti eszközbeállítás futtatása",
|
||||
"Folders Path" : "Mappák útvonala",
|
||||
"Show hidden folders" : "Rejtett mappák megjelenítése",
|
||||
"Sort folders oldest-first" : "Mappák rendezése a legrégebbitől a legújabbig.",
|
||||
|
@ -74,9 +80,19 @@ OC.L10N.register(
|
|||
"Choose the root for the folders view" : "Válassza ki a mappanézet gyökerét",
|
||||
"Are you sure you want to log out {user}?" : "Biztos, hogy kijelentkezteti {user} felhasználót?",
|
||||
"Close" : "Bezárás",
|
||||
"Info" : "Információ",
|
||||
"{photoCount} photos" : "{photoCount} fénykép",
|
||||
"Failed to load some photos" : "Nem sikerült betölteni néhány fényképet",
|
||||
"Failed to update setting" : "Nem sikerült a beállítás frissítése",
|
||||
"Albums support is enabled through the Photos app." : "Az Album támogatást a Fotók alkalmazás engedélyzte.",
|
||||
"Albums are disabled because the Photos app is not available." : "Az Albumok le vannak tiltva mert a Fotók alkalmazás nem érhető el.",
|
||||
"Recognize is installed and enabled for face recognition." : "A Recognize telepítve lett és engedélyezte az arcfelismerést.",
|
||||
"Recognize is installed but not enabled for face recognition." : "A Recognize telepítve lett de nem engedélyezte az arcfelismerést.",
|
||||
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "A Recognize nincs telepítve. Az arc és tárgyfelismerés nem elérhető.",
|
||||
"Face Recognition is installed and enabled" : "Az arcfelismerés telepítve és engedélyezve lett",
|
||||
"Preview generator is installed and enabled. Additional configuration may still be required." : "Az Előnézet generátor telepítve és engedélyezve lett. További konfigurálásra lehet szükség.",
|
||||
"Preview generator is not installed and configured. This may make Memories very slow." : "Az Előnézet generátor nincs telepítve és konfigurálva. Ettől lassúvá válhat az Emlékek alkalmazás.",
|
||||
"Recommended Apps" : "Ajánlott alkalmazások",
|
||||
"Path to packaged exiftool binary" : "A csomagolt exiftool bináris útvonala",
|
||||
"You need perl only if the packaged exiftool binary does not work for some reason." : "Csak akkor van szükség a perlre, ha a csomagolt exiftool bináris valamiért nem működik.",
|
||||
"Use system perl (only if exiftool binary does not work)" : "A rendszer által biztosított perl használata (csak akkor, ha az exiftool bináris nem működik)",
|
||||
|
@ -85,6 +101,12 @@ OC.L10N.register(
|
|||
"If you are using Imaginary for preview generation, you can ignore this section." : "Ha az Imaginaryt használja az előnézetek előállításához, akkor figyelmen kívül hagyhatja ezt a szakaszt.",
|
||||
"To enable RAW support, install the Camera RAW Previews app." : "A RAW támogatás bekapcsolásához telepítse a „Camera RAW Previews” alkalmazást.",
|
||||
"Documentation." : "Dokumentáció.",
|
||||
"PHP-Imagick is available [{version}]." : "PHP-Imagick elérhető [{version}].",
|
||||
"PHP-Imagick is not available." : "PHP-Imagick nem elérhető",
|
||||
"Image editing will not work correctly." : "A képszerkesztés nem fog helyesen működni.",
|
||||
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "A miniatűr generálás nem működik minden formátumnál (HEIC, TIFF).",
|
||||
"Thumbnails for videos will be generated with this binary." : "A miniatűr videók ezzel az eszközzel készülnek.",
|
||||
"Thumbnail generation may not work for videos." : "A miniatűr generálás nem biztos, hogy működik videók esetén.",
|
||||
"The following MIME types are configured for preview generation." : "A következő MIME-típusok esetén van beállítva az előnézetek előállítása.",
|
||||
"Max preview size (trade-off between quality and storage requirements)." : "Előnézetek legnagyobb mérete (kompromisszum a minőség és a tárhelyigény között).",
|
||||
"Max memory for preview generation (MB)" : "Az előnézetek előállításához használt legtöbb memória (MB)",
|
||||
|
@ -94,6 +116,7 @@ OC.L10N.register(
|
|||
"TIFF (Imagick)" : "TIFF (Imagick)",
|
||||
"Videos (ffmpeg)" : "Videók (ffmpeg)",
|
||||
"External Link" : "Külső hivatkozás",
|
||||
"Help & Support" : "Segítség és támogatás",
|
||||
"{n} media files have been indexed" : "{n} médiafájl lett indexelve",
|
||||
"Automatic Indexing status: {status}" : "Automatikus indexelés állapota: {status}",
|
||||
"Last index job was run {t} seconds ago." : "A legutóbbi indexelési feladat {t} másodperce futott.",
|
||||
|
@ -158,17 +181,26 @@ OC.L10N.register(
|
|||
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ engedélyezése",
|
||||
"NPP scaler" : "NPP méretező",
|
||||
"CUDA scaler" : "CUDA méretező",
|
||||
"not recommended" : "nem ajánlott",
|
||||
"HW Acceleration" : "Hardveres gyorsítás",
|
||||
"VA-API device ({dev}) is readable" : "A VA-API eszköz ({dev}) olvasható",
|
||||
"VA-API device ({dev}) not found" : "A VA-API eszköz ({dev}) nem található",
|
||||
"VA-API device ({dev}) has incorrect permissions" : "A VA-API eszköznek ({dev}) helytelenek a jogosultságai",
|
||||
"VA-API device status: {status}" : "A VA-API eszköz állapota: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Az Emlékek a go-vod átkódolót használja. Futtathatja a go-vodot külsőleg (például külön Docker konténerben a hardveres gyorsításhoz), vagy használhatja a beépített átkódolót. Külső átkódoló használatához engedélyezze a következő beállítást, és kövesse az utasításokat a dokumentációban:",
|
||||
"Enable external transcoder" : "Külső transcoder engedélyezése",
|
||||
"Binary path (local only)" : "Bináris útvonala (csak helyi esetén)",
|
||||
"Bind address (local only)" : "Kötési cím (csak helyi esetén)",
|
||||
"Connection address (same as bind if local)" : "Kapcsolati cím (helyi esetén megegyezik a kötéssel)",
|
||||
"Transcoder" : "Transcoder",
|
||||
"The configuration here also applies to public link shares." : "Ez a beállítás a nyilvános hivatkozáskora is hatással van.",
|
||||
"Users may override this setting." : "A felhasználók felülírhatják ezt a beállítást.",
|
||||
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Mindig töltse be a nagy felbontású képeket (nem ajánlott, ha HEIC/TIFF formátumot használ)",
|
||||
"Template" : "Sablon",
|
||||
"No items" : "Nincsenek elemek",
|
||||
"Shared by {user}" : "Megosztotta: {user}",
|
||||
"_{n} item_::_{n} items_" : ["{n} elem","{n} elem"],
|
||||
"_{n} photo updated_::_{n} photos updated_" : ["{n} footó frissítve","{n} fotó frissítve"],
|
||||
"Add people or groups who can edit your album" : "Emberek vagy csoportok hozzáadása, akik szerkeszthetik az albumot",
|
||||
"Search for collaborators" : "Közreműködők keresése",
|
||||
"Search people or groups" : "Felhasználó vagy csoport keresése",
|
||||
|
@ -189,7 +221,9 @@ OC.L10N.register(
|
|||
"New album" : "Új album",
|
||||
"Could not load the selected album" : "A kiválasztott album nem tölthető be",
|
||||
"Remove Album" : "Album eltávolítása",
|
||||
"Leave Album" : "Kilépés az Albumból",
|
||||
"Are you sure you want to permanently remove album \"{name}\"?" : "Biztos, hogy véglegesen törli a(z) „{name}” albumot?",
|
||||
"Are you sure you want to leave the shared album \"{name}\"?" : "Biztos benne, hogy ki akar lépni a(z) \"{name}\" Albumból?",
|
||||
"Failed to delete {name}." : "A(z) {name} törlése sikertelen.",
|
||||
"Name of the album" : "Az album neve",
|
||||
"Location of the album" : "Az album helye",
|
||||
|
@ -202,7 +236,9 @@ OC.L10N.register(
|
|||
"Create album" : "Album létrehozása",
|
||||
"Invalid album name; should not contain any slashes." : "Érvénytelen albumnév; ne tartalmazzon / karaktert.",
|
||||
"Search" : "Keresés",
|
||||
"Create new album." : "Új album létrehozása.",
|
||||
"Save changes" : "Változások mentése",
|
||||
"_Removed from {n} album_::_Removed from {n} albums_" : ["Eltávolítás {n} albumból","Eltávolítás {n} albumból"],
|
||||
"Share Album" : "Album megosztása",
|
||||
"Save collaborators for this album." : "Közreműködők mentése ehhez az albumhoz.",
|
||||
"_%n item_::_%n items_" : ["%n elem","%n elem"],
|
||||
|
@ -233,6 +269,7 @@ OC.L10N.register(
|
|||
"Collaborative Tags" : "Együttműködési címkék",
|
||||
"EXIF Fields" : "EXIF-mezők",
|
||||
"Geolocation" : "Földrajzi helymeghatározás",
|
||||
"Missing date metadata" : "Hiányzik a dátum metaadat",
|
||||
"Failed to load metadata for {n} photos." : "A metadaatok betöltése {n} fényképnél nem sikerült.",
|
||||
"{n} photos cannot be edited (permissions error)." : "{n} fénykép nem szerkeszthető (jogosultsági hiba)",
|
||||
"Remove person" : "Személy eltávolítása",
|
||||
|
@ -246,6 +283,7 @@ OC.L10N.register(
|
|||
"Enter name of the new face" : "Adja meg az új arc nevét",
|
||||
"Failed to create face" : "Az arc létrehozása sikertelen",
|
||||
"Merge {name} with person" : "{name} összevonása egy másik személlyel",
|
||||
"unnamed person" : "névtelen személy",
|
||||
"Too many failures, aborting" : "Túl sok hiba, megszakítás",
|
||||
"Error while moving {basename}" : "Hiba a(z) {basename} áthelyezése során",
|
||||
"Failed to move {name}." : "A(z) {name} áthelyezése sikertelen.",
|
||||
|
@ -285,10 +323,12 @@ OC.L10N.register(
|
|||
"Sort by name" : "Rendezés név szerint",
|
||||
"Share album" : "Album megosztása",
|
||||
"Download album" : "Album letöltése",
|
||||
"Remove album" : "Album eltávolítása",
|
||||
"Nothing to show here" : "Nincs mit megjeleníteni",
|
||||
"Unassigned faces" : "Nem hozzárendelt arcok",
|
||||
"Merge with different person" : "Összevonás egy másik személlyel",
|
||||
"Mark person in preview" : "Személy megjelölése az előnézetben",
|
||||
"Unnamed person" : "Névtelen személy",
|
||||
"Folder View" : "Mappa nézet",
|
||||
"Timeline View" : "Idővonal nézet",
|
||||
"Share folder" : "Mappa megosztása",
|
||||
|
@ -305,6 +345,9 @@ OC.L10N.register(
|
|||
"Previous" : "Előző",
|
||||
"Next" : "Következő",
|
||||
"Editing is currently disabled for Live Photos" : "A szerkesztés jelenleg tiltott az élő fényképek esetén",
|
||||
"Set up automatic upload" : "Automatikus feltöltés beállítása",
|
||||
"Grant permissions" : "Jogosultságok hozzáadása",
|
||||
"Skip this step" : "Lépés kihagyása",
|
||||
"Finish" : "Befejez",
|
||||
"{name} binary exists and is executable." : "A(z) {name} bináris létezik és végrehajtható.",
|
||||
"{name} binary not found." : "A(z) {name} bináris nem található.",
|
||||
|
@ -400,6 +443,7 @@ OC.L10N.register(
|
|||
"Shared Folder" : "Megosztott mappa",
|
||||
"Shared Album" : "Megosztott album",
|
||||
"Setup" : "Beállítások",
|
||||
"Failed to remove {filename}." : "A(z) {fileName} törlése sikertelen volt.",
|
||||
"Failed to create {albumName}." : "A(z) {albumName} létrehozása sikertelen.",
|
||||
"Failed to rename {currentAlbumName} to {newAlbumName}." : "A(z) {currentAlbumName} átnevezése a következőre sikertelen: {newAlbumName}.",
|
||||
"General Failure" : "Általános hiba",
|
||||
|
@ -425,6 +469,8 @@ OC.L10N.register(
|
|||
"Tag photos to find them easily" : "Címkézze a fényképeket, hogy könnyen megtalálja őket",
|
||||
"Places you have been to will appear here" : "A helyek, ahol volt, itt fognak megjelenni",
|
||||
"Yes" : "Igen",
|
||||
"No" : "Nem"
|
||||
"No" : "Nem",
|
||||
"Files in trash may be automatically deleted after a fixed period of time." : "A lomtárban lévő fájlok rögzített idő után törlésre kerülnek.",
|
||||
"This will not delete your original files." : "Ezzel nem törli az eredeti fájlokat."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"People (Recognize)" : "Emberek (Felismerés)",
|
||||
"People" : "Emberek",
|
||||
"People (Face Recognition)" : "Emberek (Arcfelismerés)",
|
||||
"Info" : "Információ",
|
||||
"Timeline" : "Idővonal",
|
||||
"Folders" : "Mappák",
|
||||
"Favorites" : "Kedvencek",
|
||||
|
@ -36,6 +35,7 @@
|
|||
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} elem található a következőben: {path}","{n} elem található a következőben: {path}"],
|
||||
"Metadata" : "Metaadatok",
|
||||
"Edit" : "Szerkesztés",
|
||||
"Failed to load metadata" : "A metaadatok betöltése sikertelen",
|
||||
"No coordinates" : "Nincsenek koordináták",
|
||||
"Click edit to set location" : "Kattintson a szerkesztésre a hely megadásához",
|
||||
"Photos" : "Fényképek",
|
||||
|
@ -59,11 +59,17 @@
|
|||
"Timeline Path" : "Idővonal elérési útja",
|
||||
"Square grid mode" : "Négyzetrácsos mód",
|
||||
"Show past photos on top of timeline" : "Múltbeli fényképek megjelenítése az idővonal tetején",
|
||||
"Photo Viewer" : "Fénykép Néző",
|
||||
"Autoplay Live Photos" : "Élő fényképek automatikus lejátszása",
|
||||
"Show full file path in sidebar" : "A teljes elérési út megjelenítése az oldalsávban",
|
||||
"High resolution image loading behavior" : "Nagy felbontású képek betöltési viselkedése",
|
||||
"Never load high resolution image" : "Soha ne töltse be a nagy felbontású képeket",
|
||||
"Account" : "Fiók",
|
||||
"Logged in as {user}" : "Bejelentkezve mint {user}",
|
||||
"Sign out" : "Kijelentkezés",
|
||||
"Device Folders" : "Eszközmappák",
|
||||
"Local folders to include in the timeline view" : "Az idővonal nézetbe beleveendő helyi mappák",
|
||||
"Run initial device setup" : "Kezdeti eszközbeállítás futtatása",
|
||||
"Folders Path" : "Mappák útvonala",
|
||||
"Show hidden folders" : "Rejtett mappák megjelenítése",
|
||||
"Sort folders oldest-first" : "Mappák rendezése a legrégebbitől a legújabbig.",
|
||||
|
@ -72,9 +78,19 @@
|
|||
"Choose the root for the folders view" : "Válassza ki a mappanézet gyökerét",
|
||||
"Are you sure you want to log out {user}?" : "Biztos, hogy kijelentkezteti {user} felhasználót?",
|
||||
"Close" : "Bezárás",
|
||||
"Info" : "Információ",
|
||||
"{photoCount} photos" : "{photoCount} fénykép",
|
||||
"Failed to load some photos" : "Nem sikerült betölteni néhány fényképet",
|
||||
"Failed to update setting" : "Nem sikerült a beállítás frissítése",
|
||||
"Albums support is enabled through the Photos app." : "Az Album támogatást a Fotók alkalmazás engedélyzte.",
|
||||
"Albums are disabled because the Photos app is not available." : "Az Albumok le vannak tiltva mert a Fotók alkalmazás nem érhető el.",
|
||||
"Recognize is installed and enabled for face recognition." : "A Recognize telepítve lett és engedélyezte az arcfelismerést.",
|
||||
"Recognize is installed but not enabled for face recognition." : "A Recognize telepítve lett de nem engedélyezte az arcfelismerést.",
|
||||
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "A Recognize nincs telepítve. Az arc és tárgyfelismerés nem elérhető.",
|
||||
"Face Recognition is installed and enabled" : "Az arcfelismerés telepítve és engedélyezve lett",
|
||||
"Preview generator is installed and enabled. Additional configuration may still be required." : "Az Előnézet generátor telepítve és engedélyezve lett. További konfigurálásra lehet szükség.",
|
||||
"Preview generator is not installed and configured. This may make Memories very slow." : "Az Előnézet generátor nincs telepítve és konfigurálva. Ettől lassúvá válhat az Emlékek alkalmazás.",
|
||||
"Recommended Apps" : "Ajánlott alkalmazások",
|
||||
"Path to packaged exiftool binary" : "A csomagolt exiftool bináris útvonala",
|
||||
"You need perl only if the packaged exiftool binary does not work for some reason." : "Csak akkor van szükség a perlre, ha a csomagolt exiftool bináris valamiért nem működik.",
|
||||
"Use system perl (only if exiftool binary does not work)" : "A rendszer által biztosított perl használata (csak akkor, ha az exiftool bináris nem működik)",
|
||||
|
@ -83,6 +99,12 @@
|
|||
"If you are using Imaginary for preview generation, you can ignore this section." : "Ha az Imaginaryt használja az előnézetek előállításához, akkor figyelmen kívül hagyhatja ezt a szakaszt.",
|
||||
"To enable RAW support, install the Camera RAW Previews app." : "A RAW támogatás bekapcsolásához telepítse a „Camera RAW Previews” alkalmazást.",
|
||||
"Documentation." : "Dokumentáció.",
|
||||
"PHP-Imagick is available [{version}]." : "PHP-Imagick elérhető [{version}].",
|
||||
"PHP-Imagick is not available." : "PHP-Imagick nem elérhető",
|
||||
"Image editing will not work correctly." : "A képszerkesztés nem fog helyesen működni.",
|
||||
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "A miniatűr generálás nem működik minden formátumnál (HEIC, TIFF).",
|
||||
"Thumbnails for videos will be generated with this binary." : "A miniatűr videók ezzel az eszközzel készülnek.",
|
||||
"Thumbnail generation may not work for videos." : "A miniatűr generálás nem biztos, hogy működik videók esetén.",
|
||||
"The following MIME types are configured for preview generation." : "A következő MIME-típusok esetén van beállítva az előnézetek előállítása.",
|
||||
"Max preview size (trade-off between quality and storage requirements)." : "Előnézetek legnagyobb mérete (kompromisszum a minőség és a tárhelyigény között).",
|
||||
"Max memory for preview generation (MB)" : "Az előnézetek előállításához használt legtöbb memória (MB)",
|
||||
|
@ -92,6 +114,7 @@
|
|||
"TIFF (Imagick)" : "TIFF (Imagick)",
|
||||
"Videos (ffmpeg)" : "Videók (ffmpeg)",
|
||||
"External Link" : "Külső hivatkozás",
|
||||
"Help & Support" : "Segítség és támogatás",
|
||||
"{n} media files have been indexed" : "{n} médiafájl lett indexelve",
|
||||
"Automatic Indexing status: {status}" : "Automatikus indexelés állapota: {status}",
|
||||
"Last index job was run {t} seconds ago." : "A legutóbbi indexelési feladat {t} másodperce futott.",
|
||||
|
@ -156,17 +179,26 @@
|
|||
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ engedélyezése",
|
||||
"NPP scaler" : "NPP méretező",
|
||||
"CUDA scaler" : "CUDA méretező",
|
||||
"not recommended" : "nem ajánlott",
|
||||
"HW Acceleration" : "Hardveres gyorsítás",
|
||||
"VA-API device ({dev}) is readable" : "A VA-API eszköz ({dev}) olvasható",
|
||||
"VA-API device ({dev}) not found" : "A VA-API eszköz ({dev}) nem található",
|
||||
"VA-API device ({dev}) has incorrect permissions" : "A VA-API eszköznek ({dev}) helytelenek a jogosultságai",
|
||||
"VA-API device status: {status}" : "A VA-API eszköz állapota: {status}",
|
||||
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Az Emlékek a go-vod átkódolót használja. Futtathatja a go-vodot külsőleg (például külön Docker konténerben a hardveres gyorsításhoz), vagy használhatja a beépített átkódolót. Külső átkódoló használatához engedélyezze a következő beállítást, és kövesse az utasításokat a dokumentációban:",
|
||||
"Enable external transcoder" : "Külső transcoder engedélyezése",
|
||||
"Binary path (local only)" : "Bináris útvonala (csak helyi esetén)",
|
||||
"Bind address (local only)" : "Kötési cím (csak helyi esetén)",
|
||||
"Connection address (same as bind if local)" : "Kapcsolati cím (helyi esetén megegyezik a kötéssel)",
|
||||
"Transcoder" : "Transcoder",
|
||||
"The configuration here also applies to public link shares." : "Ez a beállítás a nyilvános hivatkozáskora is hatással van.",
|
||||
"Users may override this setting." : "A felhasználók felülírhatják ezt a beállítást.",
|
||||
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Mindig töltse be a nagy felbontású képeket (nem ajánlott, ha HEIC/TIFF formátumot használ)",
|
||||
"Template" : "Sablon",
|
||||
"No items" : "Nincsenek elemek",
|
||||
"Shared by {user}" : "Megosztotta: {user}",
|
||||
"_{n} item_::_{n} items_" : ["{n} elem","{n} elem"],
|
||||
"_{n} photo updated_::_{n} photos updated_" : ["{n} footó frissítve","{n} fotó frissítve"],
|
||||
"Add people or groups who can edit your album" : "Emberek vagy csoportok hozzáadása, akik szerkeszthetik az albumot",
|
||||
"Search for collaborators" : "Közreműködők keresése",
|
||||
"Search people or groups" : "Felhasználó vagy csoport keresése",
|
||||
|
@ -187,7 +219,9 @@
|
|||
"New album" : "Új album",
|
||||
"Could not load the selected album" : "A kiválasztott album nem tölthető be",
|
||||
"Remove Album" : "Album eltávolítása",
|
||||
"Leave Album" : "Kilépés az Albumból",
|
||||
"Are you sure you want to permanently remove album \"{name}\"?" : "Biztos, hogy véglegesen törli a(z) „{name}” albumot?",
|
||||
"Are you sure you want to leave the shared album \"{name}\"?" : "Biztos benne, hogy ki akar lépni a(z) \"{name}\" Albumból?",
|
||||
"Failed to delete {name}." : "A(z) {name} törlése sikertelen.",
|
||||
"Name of the album" : "Az album neve",
|
||||
"Location of the album" : "Az album helye",
|
||||
|
@ -200,7 +234,9 @@
|
|||
"Create album" : "Album létrehozása",
|
||||
"Invalid album name; should not contain any slashes." : "Érvénytelen albumnév; ne tartalmazzon / karaktert.",
|
||||
"Search" : "Keresés",
|
||||
"Create new album." : "Új album létrehozása.",
|
||||
"Save changes" : "Változások mentése",
|
||||
"_Removed from {n} album_::_Removed from {n} albums_" : ["Eltávolítás {n} albumból","Eltávolítás {n} albumból"],
|
||||
"Share Album" : "Album megosztása",
|
||||
"Save collaborators for this album." : "Közreműködők mentése ehhez az albumhoz.",
|
||||
"_%n item_::_%n items_" : ["%n elem","%n elem"],
|
||||
|
@ -231,6 +267,7 @@
|
|||
"Collaborative Tags" : "Együttműködési címkék",
|
||||
"EXIF Fields" : "EXIF-mezők",
|
||||
"Geolocation" : "Földrajzi helymeghatározás",
|
||||
"Missing date metadata" : "Hiányzik a dátum metaadat",
|
||||
"Failed to load metadata for {n} photos." : "A metadaatok betöltése {n} fényképnél nem sikerült.",
|
||||
"{n} photos cannot be edited (permissions error)." : "{n} fénykép nem szerkeszthető (jogosultsági hiba)",
|
||||
"Remove person" : "Személy eltávolítása",
|
||||
|
@ -244,6 +281,7 @@
|
|||
"Enter name of the new face" : "Adja meg az új arc nevét",
|
||||
"Failed to create face" : "Az arc létrehozása sikertelen",
|
||||
"Merge {name} with person" : "{name} összevonása egy másik személlyel",
|
||||
"unnamed person" : "névtelen személy",
|
||||
"Too many failures, aborting" : "Túl sok hiba, megszakítás",
|
||||
"Error while moving {basename}" : "Hiba a(z) {basename} áthelyezése során",
|
||||
"Failed to move {name}." : "A(z) {name} áthelyezése sikertelen.",
|
||||
|
@ -283,10 +321,12 @@
|
|||
"Sort by name" : "Rendezés név szerint",
|
||||
"Share album" : "Album megosztása",
|
||||
"Download album" : "Album letöltése",
|
||||
"Remove album" : "Album eltávolítása",
|
||||
"Nothing to show here" : "Nincs mit megjeleníteni",
|
||||
"Unassigned faces" : "Nem hozzárendelt arcok",
|
||||
"Merge with different person" : "Összevonás egy másik személlyel",
|
||||
"Mark person in preview" : "Személy megjelölése az előnézetben",
|
||||
"Unnamed person" : "Névtelen személy",
|
||||
"Folder View" : "Mappa nézet",
|
||||
"Timeline View" : "Idővonal nézet",
|
||||
"Share folder" : "Mappa megosztása",
|
||||
|
@ -303,6 +343,9 @@
|
|||
"Previous" : "Előző",
|
||||
"Next" : "Következő",
|
||||
"Editing is currently disabled for Live Photos" : "A szerkesztés jelenleg tiltott az élő fényképek esetén",
|
||||
"Set up automatic upload" : "Automatikus feltöltés beállítása",
|
||||
"Grant permissions" : "Jogosultságok hozzáadása",
|
||||
"Skip this step" : "Lépés kihagyása",
|
||||
"Finish" : "Befejez",
|
||||
"{name} binary exists and is executable." : "A(z) {name} bináris létezik és végrehajtható.",
|
||||
"{name} binary not found." : "A(z) {name} bináris nem található.",
|
||||
|
@ -398,6 +441,7 @@
|
|||
"Shared Folder" : "Megosztott mappa",
|
||||
"Shared Album" : "Megosztott album",
|
||||
"Setup" : "Beállítások",
|
||||
"Failed to remove {filename}." : "A(z) {fileName} törlése sikertelen volt.",
|
||||
"Failed to create {albumName}." : "A(z) {albumName} létrehozása sikertelen.",
|
||||
"Failed to rename {currentAlbumName} to {newAlbumName}." : "A(z) {currentAlbumName} átnevezése a következőre sikertelen: {newAlbumName}.",
|
||||
"General Failure" : "Általános hiba",
|
||||
|
@ -423,6 +467,8 @@
|
|||
"Tag photos to find them easily" : "Címkézze a fényképeket, hogy könnyen megtalálja őket",
|
||||
"Places you have been to will appear here" : "A helyek, ahol volt, itt fognak megjelenni",
|
||||
"Yes" : "Igen",
|
||||
"No" : "Nem"
|
||||
"No" : "Nem",
|
||||
"Files in trash may be automatically deleted after a fixed period of time." : "A lomtárban lévő fájlok rögzített idő után törlésre kerülnek.",
|
||||
"This will not delete your original files." : "Ezzel nem törli az eredeti fájlokat."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Ներբեռնել",
|
||||
"Settings" : "կարգավորումներ",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Սիրվածներ",
|
||||
"Edit" : "մշակել",
|
||||
"Photos" : "Նկարներ",
|
||||
|
@ -11,6 +10,7 @@ OC.L10N.register(
|
|||
"Delete" : "հեռացնել",
|
||||
"General" : "Ընդհանուր",
|
||||
"Close" : "Փակել",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Անհայտ",
|
||||
"Continue" : "Շարունակել",
|
||||
"Save" : "Պահպանել",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Ներբեռնել",
|
||||
"Settings" : "կարգավորումներ",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Սիրվածներ",
|
||||
"Edit" : "մշակել",
|
||||
"Photos" : "Նկարներ",
|
||||
|
@ -9,6 +8,7 @@
|
|||
"Delete" : "հեռացնել",
|
||||
"General" : "Ընդհանուր",
|
||||
"Close" : "Փակել",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Անհայտ",
|
||||
"Continue" : "Շարունակել",
|
||||
"Save" : "Պահպանել",
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "Discargar",
|
||||
"Settings" : "Configurationes",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Favoritos",
|
||||
"Tags" : "Etiquettas",
|
||||
"Edit" : "Modificar",
|
||||
|
@ -14,6 +13,7 @@ OC.L10N.register(
|
|||
"View in folder" : "Vider in dossier",
|
||||
"General" : "General",
|
||||
"Close" : "Clauder",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Incognite",
|
||||
"Back" : "Retro",
|
||||
"Save" : "Salveguardar",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Download" : "Discargar",
|
||||
"Settings" : "Configurationes",
|
||||
"Info" : "Info",
|
||||
"Favorites" : "Favoritos",
|
||||
"Tags" : "Etiquettas",
|
||||
"Edit" : "Modificar",
|
||||
|
@ -12,6 +11,7 @@
|
|||
"View in folder" : "Vider in dossier",
|
||||
"General" : "General",
|
||||
"Close" : "Clauder",
|
||||
"Info" : "Info",
|
||||
"Unknown" : "Incognite",
|
||||
"Back" : "Retro",
|
||||
"Save" : "Salveguardar",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Unduh",
|
||||
"Settings" : "Setelan",
|
||||
"People" : "Orang",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Linimasa",
|
||||
"Folders" : "Folder",
|
||||
"Favorites" : "Disukai",
|
||||
|
@ -26,6 +25,7 @@ OC.L10N.register(
|
|||
"General" : "Umum",
|
||||
"Account" : "Akun",
|
||||
"Close" : "Tutup",
|
||||
"Info" : "Info",
|
||||
"Performance" : "Performa",
|
||||
"Unknown" : "Tidak diketahui",
|
||||
"Continue" : "Lanjutkan",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Unduh",
|
||||
"Settings" : "Setelan",
|
||||
"People" : "Orang",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Linimasa",
|
||||
"Folders" : "Folder",
|
||||
"Favorites" : "Disukai",
|
||||
|
@ -24,6 +23,7 @@
|
|||
"General" : "Umum",
|
||||
"Account" : "Akun",
|
||||
"Close" : "Tutup",
|
||||
"Info" : "Info",
|
||||
"Performance" : "Performa",
|
||||
"Unknown" : "Tidak diketahui",
|
||||
"Continue" : "Lanjutkan",
|
||||
|
|
|
@ -4,7 +4,6 @@ OC.L10N.register(
|
|||
"Download" : "Sækja",
|
||||
"Settings" : "Stillingar",
|
||||
"People" : "Fólk",
|
||||
"Info" : "Upplýsingar",
|
||||
"Timeline" : "Tímalína",
|
||||
"Folders" : "Möppur",
|
||||
"Favorites" : "Eftirlæti",
|
||||
|
@ -24,6 +23,7 @@ OC.L10N.register(
|
|||
"General" : "Almennt",
|
||||
"Account" : "Aðgangur",
|
||||
"Close" : "Loka",
|
||||
"Info" : "Upplýsingar",
|
||||
"Performance" : "Afköst",
|
||||
"Unknown" : "Óþekkt",
|
||||
"Continue" : "Halda áfram",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"Download" : "Sækja",
|
||||
"Settings" : "Stillingar",
|
||||
"People" : "Fólk",
|
||||
"Info" : "Upplýsingar",
|
||||
"Timeline" : "Tímalína",
|
||||
"Folders" : "Möppur",
|
||||
"Favorites" : "Eftirlæti",
|
||||
|
@ -22,6 +21,7 @@
|
|||
"General" : "Almennt",
|
||||
"Account" : "Aðgangur",
|
||||
"Close" : "Loka",
|
||||
"Info" : "Upplýsingar",
|
||||
"Performance" : "Afköst",
|
||||
"Unknown" : "Óþekkt",
|
||||
"Continue" : "Halda áfram",
|
||||
|
|
|
@ -5,7 +5,6 @@ OC.L10N.register(
|
|||
"Fast, modern and advanced photo management suite" : "Soluzione efficiente, moderna e avanzata per la gestione delle foto",
|
||||
"Settings" : "Impostazioni",
|
||||
"People" : "Persone",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Linea temporale",
|
||||
"Folders" : "Cartelle",
|
||||
"Favorites" : "Preferiti",
|
||||
|
@ -29,6 +28,7 @@ OC.L10N.register(
|
|||
"General" : "Generale",
|
||||
"Account" : "Account",
|
||||
"Close" : "Chiudi",
|
||||
"Info" : "Info",
|
||||
"Performance" : "Prestazioni",
|
||||
"Unknown" : "Sconosciuto",
|
||||
"Continue" : "Continua",
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"Fast, modern and advanced photo management suite" : "Soluzione efficiente, moderna e avanzata per la gestione delle foto",
|
||||
"Settings" : "Impostazioni",
|
||||
"People" : "Persone",
|
||||
"Info" : "Info",
|
||||
"Timeline" : "Linea temporale",
|
||||
"Folders" : "Cartelle",
|
||||
"Favorites" : "Preferiti",
|
||||
|
@ -27,6 +26,7 @@
|
|||
"General" : "Generale",
|
||||
"Account" : "Account",
|
||||
"Close" : "Chiudi",
|
||||
"Info" : "Info",
|
||||
"Performance" : "Prestazioni",
|
||||
"Unknown" : "Sconosciuto",
|
||||
"Continue" : "Continua",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue