[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-11-21 01:54:59 -05:00
parent f3ff858323
commit eb42340fa3
20 changed files with 62 additions and 8 deletions

View File

@ -2,17 +2,29 @@ OC.L10N.register(
"files", "files",
{ {
"Files" : "Ֆայլեր", "Files" : "Ֆայլեր",
"All files" : "Բոլոր ֆայլերը",
"Close" : "Փակել", "Close" : "Փակել",
"Download" : "Բեռնել", "Download" : "Բեռնել",
"Rename" : "Վերանվանել", "Rename" : "Վերանվանել",
"Delete" : "Ջնջել", "Delete" : "Ջնջել",
"Select" : "Նշել", "Select" : "Նշել",
"Error" : "Սխալ",
"Could not rename file" : "Չկարողացա վերանվանել ֆայլը",
"Could not create file" : "Չկարողացա ստեղծել ֆայլը",
"Could not create folder" : "Չկարողացա ստեղծել պանակը",
"Name" : "Անուն", "Name" : "Անուն",
"Size" : "Չափս", "Size" : "Չափս",
"Modified" : "Փոփոխված",
"_%n folder_::_%n folders_" : ["%n պանակ","%n պանակ"],
"_%n file_::_%n files_" : ["%n ֆայլ","%n ֆայլ"],
"{dirs} and {files}" : "{dirs} և {files}",
"New" : "Նոր", "New" : "Նոր",
"_%n byte_::_%n bytes_" : ["%n բայտ","%n բայտ"],
"Folder" : "Պանակ", "Folder" : "Պանակ",
"New folder" : "Նոր պանակ", "New folder" : "Նոր պանակ",
"Save" : "Պահպանել", "Save" : "Պահպանել",
"Select all" : "Նշել բոլորը" "Select all" : "Նշել բոլորը",
"Text file" : "Տեքստ ֆայլ",
"New text file.txt" : "Նոր տեքստ ֆայլ.txt"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -1,16 +1,28 @@
{ "translations": { { "translations": {
"Files" : "Ֆայլեր", "Files" : "Ֆայլեր",
"All files" : "Բոլոր ֆայլերը",
"Close" : "Փակել", "Close" : "Փակել",
"Download" : "Բեռնել", "Download" : "Բեռնել",
"Rename" : "Վերանվանել", "Rename" : "Վերանվանել",
"Delete" : "Ջնջել", "Delete" : "Ջնջել",
"Select" : "Նշել", "Select" : "Նշել",
"Error" : "Սխալ",
"Could not rename file" : "Չկարողացա վերանվանել ֆայլը",
"Could not create file" : "Չկարողացա ստեղծել ֆայլը",
"Could not create folder" : "Չկարողացա ստեղծել պանակը",
"Name" : "Անուն", "Name" : "Անուն",
"Size" : "Չափս", "Size" : "Չափս",
"Modified" : "Փոփոխված",
"_%n folder_::_%n folders_" : ["%n պանակ","%n պանակ"],
"_%n file_::_%n files_" : ["%n ֆայլ","%n ֆայլ"],
"{dirs} and {files}" : "{dirs} և {files}",
"New" : "Նոր", "New" : "Նոր",
"_%n byte_::_%n bytes_" : ["%n բայտ","%n բայտ"],
"Folder" : "Պանակ", "Folder" : "Պանակ",
"New folder" : "Նոր պանակ", "New folder" : "Նոր պանակ",
"Save" : "Պահպանել", "Save" : "Պահպանել",
"Select all" : "Նշել բոլորը" "Select all" : "Նշել բոլորը",
"Text file" : "Տեքստ ֆայլ",
"New text file.txt" : "Նոր տեքստ ֆայլ.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@ -2,11 +2,14 @@ OC.L10N.register(
"files_external", "files_external",
{ {
"Personal" : "Անձնական", "Personal" : "Անձնական",
"Never" : "Երբեք",
"Username" : "Օգտանուն",
"Password" : "Գաղտնաբառ", "Password" : "Գաղտնաբառ",
"URL" : "URL", "URL" : "URL",
"Dropbox" : "Dropbox", "Dropbox" : "Dropbox",
"Share" : "Կիսվել", "Share" : "Կիսվել",
"Name" : "Անուն", "Name" : "Անուն",
"Folder name" : "Պանակի անուն",
"Delete" : "Ջնջել" "Delete" : "Ջնջել"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -1,10 +1,13 @@
{ "translations": { { "translations": {
"Personal" : "Անձնական", "Personal" : "Անձնական",
"Never" : "Երբեք",
"Username" : "Օգտանուն",
"Password" : "Գաղտնաբառ", "Password" : "Գաղտնաբառ",
"URL" : "URL", "URL" : "URL",
"Dropbox" : "Dropbox", "Dropbox" : "Dropbox",
"Share" : "Կիսվել", "Share" : "Կիսվել",
"Name" : "Անուն", "Name" : "Անուն",
"Folder name" : "Պանակի անուն",
"Delete" : "Ջնջել" "Delete" : "Ջնջել"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@ -5,8 +5,10 @@ OC.L10N.register(
"Restore" : "Վերականգնել", "Restore" : "Վերականգնել",
"Delete" : "Ջնջել", "Delete" : "Ջնջել",
"Delete permanently" : "Ջնջել ընդմիշտ", "Delete permanently" : "Ջնջել ընդմիշտ",
"Error" : "Սխալ",
"No deleted files" : "Ջնջված ֆայլեր չկան", "No deleted files" : "Ջնջված ֆայլեր չկան",
"Select all" : "Նշել բոլորը", "Select all" : "Նշել բոլորը",
"Name" : "Անուն" "Name" : "Անուն",
"Deleted" : "Ջնջված"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -3,8 +3,10 @@
"Restore" : "Վերականգնել", "Restore" : "Վերականգնել",
"Delete" : "Ջնջել", "Delete" : "Ջնջել",
"Delete permanently" : "Ջնջել ընդմիշտ", "Delete permanently" : "Ջնջել ընդմիշտ",
"Error" : "Սխալ",
"No deleted files" : "Ջնջված ֆայլեր չկան", "No deleted files" : "Ջնջված ֆայլեր չկան",
"Select all" : "Նշել բոլորը", "Select all" : "Նշել բոլորը",
"Name" : "Անուն" "Name" : "Անուն",
"Deleted" : "Ջնջված"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@ -2,6 +2,7 @@ OC.L10N.register(
"files_versions", "files_versions",
{ {
"Versions" : "Տարբերակներ", "Versions" : "Տարբերակներ",
"Restore" : "Վերականգնել" "Restore" : "Վերականգնել",
"No other versions available" : "Այլ տարբերակներ չկան"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -1,5 +1,6 @@
{ "translations": { { "translations": {
"Versions" : "Տարբերակներ", "Versions" : "Տարբերակներ",
"Restore" : "Վերականգնել" "Restore" : "Վերականգնել",
"No other versions available" : "Այլ տարբերակներ չկան"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@ -46,6 +46,7 @@ OC.L10N.register(
"Very weak password" : "Շատ թույլ գաղտնաբառ", "Very weak password" : "Շատ թույլ գաղտնաբառ",
"Weak password" : "Թույլ գաղտնաբառ", "Weak password" : "Թույլ գաղտնաբառ",
"Good password" : "Լավ գաղտնաբառ", "Good password" : "Լավ գաղտնաբառ",
"Error" : "Սխալ",
"Share link" : "Կիսվել հղմամբ", "Share link" : "Կիսվել հղմամբ",
"Link" : "Հղում", "Link" : "Հղում",
"Password" : "Գաղտնաբառ", "Password" : "Գաղտնաբառ",
@ -57,6 +58,7 @@ OC.L10N.register(
"Delete" : "Ջնջել", "Delete" : "Ջնջել",
"Add" : "Ավելացնել", "Add" : "Ավելացնել",
"New password" : "Նոր գաղտնաբառ", "New password" : "Նոր գաղտնաբառ",
"Personal" : "Անձնական" "Personal" : "Անձնական",
"Username" : "Օգտանուն"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -44,6 +44,7 @@
"Very weak password" : "Շատ թույլ գաղտնաբառ", "Very weak password" : "Շատ թույլ գաղտնաբառ",
"Weak password" : "Թույլ գաղտնաբառ", "Weak password" : "Թույլ գաղտնաբառ",
"Good password" : "Լավ գաղտնաբառ", "Good password" : "Լավ գաղտնաբառ",
"Error" : "Սխալ",
"Share link" : "Կիսվել հղմամբ", "Share link" : "Կիսվել հղմամբ",
"Link" : "Հղում", "Link" : "Հղում",
"Password" : "Գաղտնաբառ", "Password" : "Գաղտնաբառ",
@ -55,6 +56,7 @@
"Delete" : "Ջնջել", "Delete" : "Ջնջել",
"Add" : "Ավելացնել", "Add" : "Ավելացնել",
"New password" : "Նոր գաղտնաբառ", "New password" : "Նոր գաղտնաբառ",
"Personal" : "Անձնական" "Personal" : "Անձնական",
"Username" : "Օգտանուն"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@ -154,7 +154,9 @@ OC.L10N.register(
"Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", "Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.",
"Enable server-side encryption" : "Käytä palvelinpään salausta", "Enable server-side encryption" : "Käytä palvelinpään salausta",
"Please read carefully before activating server-side encryption: " : "Lue tarkasti, ennen kuin otat palvelinpään salauksen käyttöön:", "Please read carefully before activating server-side encryption: " : "Lue tarkasti, ennen kuin otat palvelinpään salauksen käyttöön:",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Salaaminen pelkästään ei takaa järjestelmän tietoturvaa. Tutustu ownCloudin dokumentaation saadaksesi lisätietoja salaussovelluksen toiminnasta ja tuetuista käyttötapauksista.",
"Be aware that encryption always increases the file size." : "Ota huomioon, että salaus kasvattaa aina tiedostojen kokoa.", "Be aware that encryption always increases the file size." : "Ota huomioon, että salaus kasvattaa aina tiedostojen kokoa.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Säännöllisten varmuuskopioiden ottaminen on erittäin tärkeää. Jos olet ottanut salauksen käyttöön, huolehdi salausavainten varmuuskopioinnista.",
"This is the final warning: Do you really want to enable encryption?" : "Tämä on viimeinen varoitus: haluatko varmasti ottaa salauksen käyttöön?", "This is the final warning: Do you really want to enable encryption?" : "Tämä on viimeinen varoitus: haluatko varmasti ottaa salauksen käyttöön?",
"Enable encryption" : "Käytä salausta", "Enable encryption" : "Käytä salausta",
"No encryption module loaded, please enable an encryption module in the app menu." : "Salausmoduulia ei ole käytössä. Ota salausmoduuli käyttöön sovellusvalikosta.", "No encryption module loaded, please enable an encryption module in the app menu." : "Salausmoduulia ei ole käytössä. Ota salausmoduuli käyttöön sovellusvalikosta.",
@ -180,6 +182,7 @@ OC.L10N.register(
"More" : "Enemmän", "More" : "Enemmän",
"Less" : "Vähemmän", "Less" : "Vähemmän",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Lokitiedosto on kooltaan yli 100 megatavua. Sen lataaminen saattaa kestää hetken.", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Lokitiedosto on kooltaan yli 100 megatavua. Sen lataaminen saattaa kestää hetken.",
"What to log" : "Mitä kerätään lokiin",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLitea käytetään tietokantana. Suuria asennuksia varten on suositeltavaa vaihtaa muuhun tietokantaan.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLitea käytetään tietokantana. Suuria asennuksia varten on suositeltavaa vaihtaa muuhun tietokantaan.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Käytä komentorivityökalua toiseen tietokantaan migraation yhteydessä: 'occ db:convert-type', tai <a target=\"_blank\" href=\"%s\">lue toki myös dokumentaatio ↗</a>.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Käytä komentorivityökalua toiseen tietokantaan migraation yhteydessä: 'occ db:convert-type', tai <a target=\"_blank\" href=\"%s\">lue toki myös dokumentaatio ↗</a>.",

View File

@ -152,7 +152,9 @@
"Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", "Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.",
"Enable server-side encryption" : "Käytä palvelinpään salausta", "Enable server-side encryption" : "Käytä palvelinpään salausta",
"Please read carefully before activating server-side encryption: " : "Lue tarkasti, ennen kuin otat palvelinpään salauksen käyttöön:", "Please read carefully before activating server-side encryption: " : "Lue tarkasti, ennen kuin otat palvelinpään salauksen käyttöön:",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Salaaminen pelkästään ei takaa järjestelmän tietoturvaa. Tutustu ownCloudin dokumentaation saadaksesi lisätietoja salaussovelluksen toiminnasta ja tuetuista käyttötapauksista.",
"Be aware that encryption always increases the file size." : "Ota huomioon, että salaus kasvattaa aina tiedostojen kokoa.", "Be aware that encryption always increases the file size." : "Ota huomioon, että salaus kasvattaa aina tiedostojen kokoa.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Säännöllisten varmuuskopioiden ottaminen on erittäin tärkeää. Jos olet ottanut salauksen käyttöön, huolehdi salausavainten varmuuskopioinnista.",
"This is the final warning: Do you really want to enable encryption?" : "Tämä on viimeinen varoitus: haluatko varmasti ottaa salauksen käyttöön?", "This is the final warning: Do you really want to enable encryption?" : "Tämä on viimeinen varoitus: haluatko varmasti ottaa salauksen käyttöön?",
"Enable encryption" : "Käytä salausta", "Enable encryption" : "Käytä salausta",
"No encryption module loaded, please enable an encryption module in the app menu." : "Salausmoduulia ei ole käytössä. Ota salausmoduuli käyttöön sovellusvalikosta.", "No encryption module loaded, please enable an encryption module in the app menu." : "Salausmoduulia ei ole käytössä. Ota salausmoduuli käyttöön sovellusvalikosta.",
@ -178,6 +180,7 @@
"More" : "Enemmän", "More" : "Enemmän",
"Less" : "Vähemmän", "Less" : "Vähemmän",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Lokitiedosto on kooltaan yli 100 megatavua. Sen lataaminen saattaa kestää hetken.", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Lokitiedosto on kooltaan yli 100 megatavua. Sen lataaminen saattaa kestää hetken.",
"What to log" : "Mitä kerätään lokiin",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLitea käytetään tietokantana. Suuria asennuksia varten on suositeltavaa vaihtaa muuhun tietokantaan.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLitea käytetään tietokantana. Suuria asennuksia varten on suositeltavaa vaihtaa muuhun tietokantaan.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Käytä komentorivityökalua toiseen tietokantaan migraation yhteydessä: 'occ db:convert-type', tai <a target=\"_blank\" href=\"%s\">lue toki myös dokumentaatio ↗</a>.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Käytä komentorivityökalua toiseen tietokantaan migraation yhteydessä: 'occ db:convert-type', tai <a target=\"_blank\" href=\"%s\">lue toki myös dokumentaatio ↗</a>.",

View File

@ -17,6 +17,7 @@ OC.L10N.register(
"Cancel" : "Չեղարկել", "Cancel" : "Չեղարկել",
"Language" : "Լեզու", "Language" : "Լեզու",
"Help translate" : "Օգնել թարգմանել", "Help translate" : "Օգնել թարգմանել",
"Username" : "Օգտանուն",
"Group" : "Խումբ", "Group" : "Խումբ",
"Other" : "Այլ" "Other" : "Այլ"
}, },

View File

@ -15,6 +15,7 @@
"Cancel" : "Չեղարկել", "Cancel" : "Չեղարկել",
"Language" : "Լեզու", "Language" : "Լեզու",
"Help translate" : "Օգնել թարգմանել", "Help translate" : "Օգնել թարգմանել",
"Username" : "Օգտանուն",
"Group" : "Խումբ", "Group" : "Խումբ",
"Other" : "Այլ" "Other" : "Այլ"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@ -192,6 +192,7 @@ OC.L10N.register(
"More" : "Altro", "More" : "Altro",
"Less" : "Meno", "Less" : "Meno",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Il file di log è più grande di 100MB. Scaricarlo potrebbe richiedere del tempo!", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Il file di log è più grande di 100MB. Scaricarlo potrebbe richiedere del tempo!",
"What to log" : "Cosa registrare",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite è utilizzato come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite è utilizzato come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" href=\"%s\">documentazione ↗</a>.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" href=\"%s\">documentazione ↗</a>.",

View File

@ -190,6 +190,7 @@
"More" : "Altro", "More" : "Altro",
"Less" : "Meno", "Less" : "Meno",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Il file di log è più grande di 100MB. Scaricarlo potrebbe richiedere del tempo!", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Il file di log è più grande di 100MB. Scaricarlo potrebbe richiedere del tempo!",
"What to log" : "Cosa registrare",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite è utilizzato come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite è utilizzato come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" href=\"%s\">documentazione ↗</a>.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" href=\"%s\">documentazione ↗</a>.",

View File

@ -192,6 +192,7 @@ OC.L10N.register(
"More" : "もっと見る", "More" : "もっと見る",
"Less" : "閉じる", "Less" : "閉じる",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "ログファイルが100MB以上あります。ダウンロードに時間がかかります", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "ログファイルが100MB以上あります。ダウンロードに時間がかかります",
"What to log" : "ログ出力対象",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合SQLiteは非推奨です", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合SQLiteは非推奨です",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使ってください。 <a target=\"_blank\" href=\"%s\">ドキュメント ↗</a>を参照してください。", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使ってください。 <a target=\"_blank\" href=\"%s\">ドキュメント ↗</a>を参照してください。",

View File

@ -190,6 +190,7 @@
"More" : "もっと見る", "More" : "もっと見る",
"Less" : "閉じる", "Less" : "閉じる",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "ログファイルが100MB以上あります。ダウンロードに時間がかかります", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "ログファイルが100MB以上あります。ダウンロードに時間がかかります",
"What to log" : "ログ出力対象",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合SQLiteは非推奨です", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合SQLiteは非推奨です",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使ってください。 <a target=\"_blank\" href=\"%s\">ドキュメント ↗</a>を参照してください。", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使ってください。 <a target=\"_blank\" href=\"%s\">ドキュメント ↗</a>を参照してください。",

View File

@ -188,6 +188,7 @@ OC.L10N.register(
"More" : "Më tepër", "More" : "Më tepër",
"Less" : "Më pak", "Less" : "Më pak",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Kartela regjistër është më e madhe se 100 MB. Shkarkimi i saj mund të hajë ca kohë!", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Kartela regjistër është më e madhe se 100 MB. Shkarkimi i saj mund të hajë ca kohë!",
"What to log" : të regjistrohet",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Si bazë të dhënash përdoret SQLite. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër baze të dhënash.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Si bazë të dhënash përdoret SQLite. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër baze të dhënash.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Përdorimi i SQLite-it nuk këshillohet veçanërisht kur përdoret klienti desktop për njëkohësim kartelash.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Përdorimi i SQLite-it nuk këshillohet veçanërisht kur përdoret klienti desktop për njëkohësim kartelash.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Për të kaluar te një tjetër bazë të dhënash përdorni mjetin rresht urdhrash: 'occ db:convert-type', ose shihni <a target=\"_blank\" href=\"%s\">dokumentimin ↗</a>.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Për të kaluar te një tjetër bazë të dhënash përdorni mjetin rresht urdhrash: 'occ db:convert-type', ose shihni <a target=\"_blank\" href=\"%s\">dokumentimin ↗</a>.",

View File

@ -186,6 +186,7 @@
"More" : "Më tepër", "More" : "Më tepër",
"Less" : "Më pak", "Less" : "Më pak",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Kartela regjistër është më e madhe se 100 MB. Shkarkimi i saj mund të hajë ca kohë!", "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Kartela regjistër është më e madhe se 100 MB. Shkarkimi i saj mund të hajë ca kohë!",
"What to log" : të regjistrohet",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Si bazë të dhënash përdoret SQLite. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër baze të dhënash.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Si bazë të dhënash përdoret SQLite. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër baze të dhënash.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Përdorimi i SQLite-it nuk këshillohet veçanërisht kur përdoret klienti desktop për njëkohësim kartelash.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Përdorimi i SQLite-it nuk këshillohet veçanërisht kur përdoret klienti desktop për njëkohësim kartelash.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Për të kaluar te një tjetër bazë të dhënash përdorni mjetin rresht urdhrash: 'occ db:convert-type', ose shihni <a target=\"_blank\" href=\"%s\">dokumentimin ↗</a>.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Për të kaluar te një tjetër bazë të dhënash përdorni mjetin rresht urdhrash: 'occ db:convert-type', ose shihni <a target=\"_blank\" href=\"%s\">dokumentimin ↗</a>.",