summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-02-01 01:06:57 +0000
committerNextcloud bot <bot@nextcloud.com>2017-02-01 01:06:57 +0000
commit1952560ac75007f615fc5c7e1aaabe4799fe6aa3 (patch)
treea7e67527f7f21364cd205d209f9b7ef0b2065a35 /apps
parentdb5af891c3c9536faf1f0a62374459242bfeedaf (diff)
downloadnextcloud-server-1952560ac75007f615fc5c7e1aaabe4799fe6aa3.tar.gz
nextcloud-server-1952560ac75007f615fc5c7e1aaabe4799fe6aa3.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/lv.js17
-rw-r--r--apps/comments/l10n/lv.json17
-rw-r--r--apps/federation/l10n/sl.js9
-rw-r--r--apps/federation/l10n/sl.json9
-rw-r--r--apps/files/l10n/lv.js18
-rw-r--r--apps/files/l10n/lv.json18
-rw-r--r--apps/files/l10n/sl.js2
-rw-r--r--apps/files/l10n/sl.json2
-rw-r--r--apps/files/l10n/zh_CN.js30
-rw-r--r--apps/files/l10n/zh_CN.json30
-rw-r--r--apps/files_external/l10n/zh_CN.js2
-rw-r--r--apps/files_external/l10n/zh_CN.json2
-rw-r--r--apps/files_sharing/l10n/zh_CN.js3
-rw-r--r--apps/files_sharing/l10n/zh_CN.json3
-rw-r--r--apps/files_versions/l10n/sl.js2
-rw-r--r--apps/files_versions/l10n/sl.json2
-rw-r--r--apps/twofactor_backupcodes/l10n/lv.js1
-rw-r--r--apps/twofactor_backupcodes/l10n/lv.json1
-rw-r--r--apps/updatenotification/l10n/de_DE.js4
-rw-r--r--apps/updatenotification/l10n/de_DE.json4
-rw-r--r--apps/updatenotification/l10n/lv.js24
-rw-r--r--apps/updatenotification/l10n/lv.json22
-rw-r--r--apps/updatenotification/l10n/sl.js10
-rw-r--r--apps/updatenotification/l10n/sl.json10
-rw-r--r--apps/workflowengine/l10n/lv.js71
-rw-r--r--apps/workflowengine/l10n/lv.json69
-rw-r--r--apps/workflowengine/l10n/zh_CN.js58
-rw-r--r--apps/workflowengine/l10n/zh_CN.json56
28 files changed, 442 insertions, 54 deletions
diff --git a/apps/comments/l10n/lv.js b/apps/comments/l10n/lv.js
index c30721e9df4..ff597383f15 100644
--- a/apps/comments/l10n/lv.js
+++ b/apps/comments/l10n/lv.js
@@ -2,25 +2,36 @@ OC.L10N.register(
"comments",
{
"Comments" : "Komentāri",
+ "Unknown user" : "Nezināms lietotājs",
+ "New comment …" : "Jauns komentārs...",
"Delete comment" : "Dzēst komentāru",
"Post" : "Pievienot",
"Cancel" : "Atcelt",
"Edit comment" : "Rediģēt komentāru",
"[Deleted user]" : "[Dzēsts lietotājs]",
+ "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
+ "More comments …" : "Vairāk komentāri...",
"Save" : "Saglabāt",
"Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
"Error occurred while retrieving comment with id {id}" : "Notika kļūda saņemot komentāru ar id {id}",
"Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
"Error occurred while posting comment" : "Notika kļūda pievienojot komentāru",
+ "_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"],
"Comment" : "Komentārs",
- "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
"You commented" : "Tu komentēji",
"%1$s commented" : "%1$s komentēja",
- "You commented on %2$s" : "Tu komentēji %2$s",
+ "{author} commented" : "{author} komentēja",
+ "You commented on %1$s" : "Tu komentēji %1$s",
+ "You commented on {file}" : "Tu komentēji {file}",
"%1$s commented on %2$s" : "%1$s komentēja %2$s",
+ "{author} commented on {file}" : "{author} komentārs {file}",
+ "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
+ "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”",
+ "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”",
"Type in a new comment..." : "Raksti jaunu komentāru...",
"No other comments available" : "Nav pieejami citi komentāri",
"More comments..." : "Vairāk komentāri...",
- "{count} unread comments" : "{count} neizlasītu komentāru"
+ "{count} unread comments" : "{count} neizlasītu komentāru",
+ "You commented on %2$s" : "Tu komentēji %2$s"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/comments/l10n/lv.json b/apps/comments/l10n/lv.json
index 153e7c4edfd..b61037fb568 100644
--- a/apps/comments/l10n/lv.json
+++ b/apps/comments/l10n/lv.json
@@ -1,24 +1,35 @@
{ "translations": {
"Comments" : "Komentāri",
+ "Unknown user" : "Nezināms lietotājs",
+ "New comment …" : "Jauns komentārs...",
"Delete comment" : "Dzēst komentāru",
"Post" : "Pievienot",
"Cancel" : "Atcelt",
"Edit comment" : "Rediģēt komentāru",
"[Deleted user]" : "[Dzēsts lietotājs]",
+ "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
+ "More comments …" : "Vairāk komentāri...",
"Save" : "Saglabāt",
"Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
"Error occurred while retrieving comment with id {id}" : "Notika kļūda saņemot komentāru ar id {id}",
"Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
"Error occurred while posting comment" : "Notika kļūda pievienojot komentāru",
+ "_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"],
"Comment" : "Komentārs",
- "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
"You commented" : "Tu komentēji",
"%1$s commented" : "%1$s komentēja",
- "You commented on %2$s" : "Tu komentēji %2$s",
+ "{author} commented" : "{author} komentēja",
+ "You commented on %1$s" : "Tu komentēji %1$s",
+ "You commented on {file}" : "Tu komentēji {file}",
"%1$s commented on %2$s" : "%1$s komentēja %2$s",
+ "{author} commented on {file}" : "{author} komentārs {file}",
+ "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
+ "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”",
+ "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”",
"Type in a new comment..." : "Raksti jaunu komentāru...",
"No other comments available" : "Nav pieejami citi komentāri",
"More comments..." : "Vairāk komentāri...",
- "{count} unread comments" : "{count} neizlasītu komentāru"
+ "{count} unread comments" : "{count} neizlasītu komentāru",
+ "You commented on %2$s" : "Tu komentēji %2$s"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
} \ No newline at end of file
diff --git a/apps/federation/l10n/sl.js b/apps/federation/l10n/sl.js
index 72358229a72..e7c8a7043bc 100644
--- a/apps/federation/l10n/sl.js
+++ b/apps/federation/l10n/sl.js
@@ -3,11 +3,16 @@ OC.L10N.register(
{
"Added to the list of trusted servers" : "Dodano na spisek varnih strežnikov",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.",
- "No server to federate found" : "Ne najdem strežnika za federiranje",
"Could not add server" : "Ni mogoče dodati strežnika.",
"Federation" : "Zvezni oblaki",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federiranje omogoča povezovanje z drugimi varnimi strežniki in izmenjavo spiska uporabnikov. Primer je samodejno dopolnjevanje zunanjih uporabnikov pri federacijski souporabi.",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena",
- "Trusted Servers" : "Varni strežniki"
+ "Trusted servers" : "Zanesljivi strežniki",
+ "+ Add trusted server" : "+ Dodaj zanesljiv strežnik",
+ "Trusted server" : "Zanesljiv strežnik",
+ "Add" : "Dodaj",
+ "Trusted Servers" : "Varni strežniki",
+ "+ Add Nextcloud server" : "+ Dodaj Nextcloud strežnik",
+ "Nextcloud Server" : "Nextcloud Strežnik"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/federation/l10n/sl.json b/apps/federation/l10n/sl.json
index d139b1f5101..865e4e8248e 100644
--- a/apps/federation/l10n/sl.json
+++ b/apps/federation/l10n/sl.json
@@ -1,11 +1,16 @@
{ "translations": {
"Added to the list of trusted servers" : "Dodano na spisek varnih strežnikov",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.",
- "No server to federate found" : "Ne najdem strežnika za federiranje",
"Could not add server" : "Ni mogoče dodati strežnika.",
"Federation" : "Zvezni oblaki",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federiranje omogoča povezovanje z drugimi varnimi strežniki in izmenjavo spiska uporabnikov. Primer je samodejno dopolnjevanje zunanjih uporabnikov pri federacijski souporabi.",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena",
- "Trusted Servers" : "Varni strežniki"
+ "Trusted servers" : "Zanesljivi strežniki",
+ "+ Add trusted server" : "+ Dodaj zanesljiv strežnik",
+ "Trusted server" : "Zanesljiv strežnik",
+ "Add" : "Dodaj",
+ "Trusted Servers" : "Varni strežniki",
+ "+ Add Nextcloud server" : "+ Dodaj Nextcloud strežnik",
+ "Nextcloud Server" : "Nextcloud Strežnik"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js
index 7a86ef07b5e..c19df9fb5f3 100644
--- a/apps/files/l10n/lv.js
+++ b/apps/files/l10n/lv.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Delete" : "Dzēst",
"Disconnect storage" : "Atvienot glabātuvi",
"Unshare" : "Pārtraukt koplietošanu",
+ "Could not load info for file \"{file}\"" : "Nevar ielādēt informāciju par failu \"{file}\"",
"Files" : "Datnes",
"Details" : "Detaļas",
"Select" : "Norādīt",
@@ -44,12 +45,14 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "Nevarēja izveidot datni \"{file}\", jo tā jau eksistē",
"Could not create folder \"{dir}\" because it already exists" : "Nevarēja izveidot mapi \"{dir}\", jo tā jau eksistē",
"Error deleting file \"{fileName}\"." : "Kļūda dzēšot datni \"{fileName}\".",
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "Nav nekas atrasts citā mapēs '{tag}{filter}{endtag}'",
"Name" : "Nosaukums",
"Size" : "Izmērs",
"Modified" : "Mainīts",
"_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"],
"_%n file_::_%n files_" : ["%n datnes","%n datne","%n datnes"],
"{dirs} and {files}" : "{dirs} un {files}",
+ "_including %n hidden_::_including %n hidden_" : ["ieskaitot %n paslēptos","ieskaitot %n paslēptos","ieskaitot %n paslēptos"],
"You don’t have permission to upload or create files here" : "Jums nav tiesību šeit augšupielādēt vai veidot datnes",
"_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielādē %n datnes"],
"New" : "Jauna",
@@ -65,27 +68,41 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n baiti","%n baits","%n baiti"],
"Favorited" : "Favorīti",
"Favorite" : "Iecienītais",
+ "Copy local link" : "Kopēt lokālo saiti",
"Folder" : "Mape",
"New folder" : "Jauna mape",
"Upload" : "Augšupielādēt",
"An error occurred while trying to update the tags" : "Notika kļūda atjaunojot atzīmi",
"Added to favorites" : "Pievienot izlasei",
"Removed from favorites" : "Noņemt no izlases",
+ "You added {file} to your favorites" : "Pievienoji {file} savai izlasei",
+ "You removed {file} from your favorites" : "Noņēmi {file} no savas izlases",
+ "File changes" : "Faila izmaiņas",
"Created by {user}" : "Izveidoja {user}",
"Changed by {user}" : "Izmainīja {user}",
"Deleted by {user}" : "Dzēsa {user}",
"Restored by {user}" : "Atjaunoja {user}",
"Renamed by {user}" : "Pārdēvēja {user}",
"Moved by {user}" : "Pārvietoja {user}",
+ "You created {file}" : "Izveidoji {file}",
+ "{user} created {file}" : "{user} izveidoja {file}",
+ "{file} was created in a public folder" : "{file} tika izveidots publiskajā mapē",
+ "You changed {file}" : "Izmainīji {file}",
"{user} changed {file}" : "{user} mainīts {file}",
"You deleted {file}" : "Tu izdzēsi {file}",
+ "{user} deleted {file}" : "{user} izdzēsa {file}",
"You restored {file}" : "Tu atjaunoji {file}",
"{user} restored {file}" : "{user} atjaunoja {file}",
+ "You renamed {oldfile} to {newfile}" : "Pārdēvēji {oldfile} uz {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} pārdēvēja {oldfile} uz {newfile}",
+ "You moved {oldfile} to {newfile}" : "Pārvietoji {oldfile} uz {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} pārvietoja {oldfile} uz {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Fails ir pievienots vai noņemts no jūsu <strong>izlases</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Fails vai mape tika <strong>mainīts</strong> vai <strong>pārsaukts</strong>",
"A new file or folder has been <strong>created</strong>" : "<strong>Izveidota</strong> jauna datne vai mape",
+ "A new file or folder has been <strong>deleted</strong>" : "Fails vai mape tika <strong>dzēsts</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitēt ziņojumus par jūsu <strong>iecienīto datņu</strong> izveidošanu un izmaiņām <em>(tikai datu straumei)</em>",
+ "A new file or folder has been <strong>restored</strong>" : "Fails vai mape tika <strong>atjaunots</strong>",
"Upload (max. %s)" : "Augšupielādēt (maks. %s)",
"File handling" : "Datņu pārvaldība",
"Maximum upload size" : "Maksimālais datņu augšupielādes apjoms",
@@ -106,6 +123,7 @@ OC.L10N.register(
"No favorites" : "Nav favorītu",
"Files and folders you mark as favorite will show up here" : "Datnes un mapes, ko atzīmēsiet kā favorītus, tiks rādīti šeit",
"Shared with you" : "Koplietots ar tevi",
+ "Shared with others" : "Koplietots ar citiem",
"Shared by link" : "Koplietots ar saiti",
"Tags" : "Atzīmes",
"Deleted files" : "Dzēstās datnes",
diff --git a/apps/files/l10n/lv.json b/apps/files/l10n/lv.json
index fe675e6d1fc..7e27a04d4c7 100644
--- a/apps/files/l10n/lv.json
+++ b/apps/files/l10n/lv.json
@@ -25,6 +25,7 @@
"Delete" : "Dzēst",
"Disconnect storage" : "Atvienot glabātuvi",
"Unshare" : "Pārtraukt koplietošanu",
+ "Could not load info for file \"{file}\"" : "Nevar ielādēt informāciju par failu \"{file}\"",
"Files" : "Datnes",
"Details" : "Detaļas",
"Select" : "Norādīt",
@@ -42,12 +43,14 @@
"Could not create file \"{file}\" because it already exists" : "Nevarēja izveidot datni \"{file}\", jo tā jau eksistē",
"Could not create folder \"{dir}\" because it already exists" : "Nevarēja izveidot mapi \"{dir}\", jo tā jau eksistē",
"Error deleting file \"{fileName}\"." : "Kļūda dzēšot datni \"{fileName}\".",
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "Nav nekas atrasts citā mapēs '{tag}{filter}{endtag}'",
"Name" : "Nosaukums",
"Size" : "Izmērs",
"Modified" : "Mainīts",
"_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"],
"_%n file_::_%n files_" : ["%n datnes","%n datne","%n datnes"],
"{dirs} and {files}" : "{dirs} un {files}",
+ "_including %n hidden_::_including %n hidden_" : ["ieskaitot %n paslēptos","ieskaitot %n paslēptos","ieskaitot %n paslēptos"],
"You don’t have permission to upload or create files here" : "Jums nav tiesību šeit augšupielādēt vai veidot datnes",
"_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielādē %n datnes"],
"New" : "Jauna",
@@ -63,27 +66,41 @@
"_%n byte_::_%n bytes_" : ["%n baiti","%n baits","%n baiti"],
"Favorited" : "Favorīti",
"Favorite" : "Iecienītais",
+ "Copy local link" : "Kopēt lokālo saiti",
"Folder" : "Mape",
"New folder" : "Jauna mape",
"Upload" : "Augšupielādēt",
"An error occurred while trying to update the tags" : "Notika kļūda atjaunojot atzīmi",
"Added to favorites" : "Pievienot izlasei",
"Removed from favorites" : "Noņemt no izlases",
+ "You added {file} to your favorites" : "Pievienoji {file} savai izlasei",
+ "You removed {file} from your favorites" : "Noņēmi {file} no savas izlases",
+ "File changes" : "Faila izmaiņas",
"Created by {user}" : "Izveidoja {user}",
"Changed by {user}" : "Izmainīja {user}",
"Deleted by {user}" : "Dzēsa {user}",
"Restored by {user}" : "Atjaunoja {user}",
"Renamed by {user}" : "Pārdēvēja {user}",
"Moved by {user}" : "Pārvietoja {user}",
+ "You created {file}" : "Izveidoji {file}",
+ "{user} created {file}" : "{user} izveidoja {file}",
+ "{file} was created in a public folder" : "{file} tika izveidots publiskajā mapē",
+ "You changed {file}" : "Izmainīji {file}",
"{user} changed {file}" : "{user} mainīts {file}",
"You deleted {file}" : "Tu izdzēsi {file}",
+ "{user} deleted {file}" : "{user} izdzēsa {file}",
"You restored {file}" : "Tu atjaunoji {file}",
"{user} restored {file}" : "{user} atjaunoja {file}",
+ "You renamed {oldfile} to {newfile}" : "Pārdēvēji {oldfile} uz {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} pārdēvēja {oldfile} uz {newfile}",
+ "You moved {oldfile} to {newfile}" : "Pārvietoji {oldfile} uz {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} pārvietoja {oldfile} uz {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Fails ir pievienots vai noņemts no jūsu <strong>izlases</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Fails vai mape tika <strong>mainīts</strong> vai <strong>pārsaukts</strong>",
"A new file or folder has been <strong>created</strong>" : "<strong>Izveidota</strong> jauna datne vai mape",
+ "A new file or folder has been <strong>deleted</strong>" : "Fails vai mape tika <strong>dzēsts</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitēt ziņojumus par jūsu <strong>iecienīto datņu</strong> izveidošanu un izmaiņām <em>(tikai datu straumei)</em>",
+ "A new file or folder has been <strong>restored</strong>" : "Fails vai mape tika <strong>atjaunots</strong>",
"Upload (max. %s)" : "Augšupielādēt (maks. %s)",
"File handling" : "Datņu pārvaldība",
"Maximum upload size" : "Maksimālais datņu augšupielādes apjoms",
@@ -104,6 +121,7 @@
"No favorites" : "Nav favorītu",
"Files and folders you mark as favorite will show up here" : "Datnes un mapes, ko atzīmēsiet kā favorītus, tiks rādīti šeit",
"Shared with you" : "Koplietots ar tevi",
+ "Shared with others" : "Koplietots ar citiem",
"Shared by link" : "Koplietots ar saiti",
"Tags" : "Atzīmes",
"Deleted files" : "Dzēstās datnes",
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 7ae4ed3e61a..eb4df5a6ef2 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
+ "Storage is temporarily not available" : "Shramba trenutno ni na voljo",
"Storage invalid" : "Določen prostor ni veljaven",
"Unknown error" : "Neznana napaka",
"All files" : "Vse datoteke",
@@ -13,6 +14,7 @@ OC.L10N.register(
"Upload cancelled." : "Pošiljanje je preklicano.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
+ "Not enough free space" : "Ni dovolj prostora",
"Uploading..." : "Poteka pošiljanje ...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index 254cd2e34b2..0297cd72860 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Storage is temporarily not available" : "Shramba trenutno ni na voljo",
"Storage invalid" : "Določen prostor ni veljaven",
"Unknown error" : "Neznana napaka",
"All files" : "Vse datoteke",
@@ -11,6 +12,7 @@
"Upload cancelled." : "Pošiljanje je preklicano.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
+ "Not enough free space" : "Ni dovolj prostora",
"Uploading..." : "Poteka pošiljanje ...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 5c6235b2892..b36f8fbdf6b 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -52,7 +52,7 @@ OC.L10N.register(
"_%n folder_::_%n folders_" : ["%n 个文件夹"],
"_%n file_::_%n files_" : ["%n 个文件"],
"{dirs} and {files}" : "{dirs} 和 {files}",
- "_including %n hidden_::_including %n hidden_" : ["包括 %n 个隐藏文件"],
+ "_including %n hidden_::_including %n hidden_" : ["包括 %n 个隐藏文件"],
"You don’t have permission to upload or create files here" : "您没有权限在此上传或创建文件",
"_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"],
"New" : "新建",
@@ -78,27 +78,27 @@ OC.L10N.register(
"You added {file} to your favorites" : "您已经添加 {file} 到您的收藏夹",
"You removed {file} from your favorites" : "您已从收藏夹中删除 {file}",
"File changes" : "文件发生变化",
- "Created by {user}" : "由 {user} 创建",
- "Changed by {user}" : "由 {user} 更改",
- "Deleted by {user}" : "由 {user} 删除",
- "Restored by {user}" : "由 {user} 恢复",
- "Renamed by {user}" : "由 {user} 重命名",
- "Moved by {user}" : "由 {user} 移动",
+ "Created by {user}" : "由 {user} 创建",
+ "Changed by {user}" : "由 {user} 更改",
+ "Deleted by {user}" : "由 {user} 删除",
+ "Restored by {user}" : "由 {user} 恢复",
+ "Renamed by {user}" : "由 {user} 重命名",
+ "Moved by {user}" : "由 {user} 移动",
"You created {file}" : "您创建了 {file}",
"{user} created {file}" : "{user} 创建了 {file}",
"{file} was created in a public folder" : "{file} 被创建在公共文件夹",
- "You changed {file}" : "您更改了 {file}",
- "{user} changed {file}" : "{user} 更改了 {file}",
+ "You changed {file}" : "您更改了 {file}",
+ "{user} changed {file}" : "{user} 更改了 {file}",
"You deleted {file}" : "您删除了{file}",
- "{user} deleted {file}" : "{user} 删除了 {file}",
+ "{user} deleted {file}" : "{user} 删除了 {file}",
"You restored {file}" : "您恢复了{file}",
- "{user} restored {file}" : "{user} 恢复了 {file}",
- "You renamed {oldfile} to {newfile}" : "您将 {oldfile} 改名为 {newfile}",
- "{user} renamed {oldfile} to {newfile}" : "{user} 将 {oldfile} 改名为 {newfile}",
+ "{user} restored {file}" : "{user} 恢复了 {file}",
+ "You renamed {oldfile} to {newfile}" : "您将 {oldfile} 改名为 {newfile}",
+ "{user} renamed {oldfile} to {newfile}" : "{user} 将 {oldfile} 改名为 {newfile}",
"You moved {oldfile} to {newfile}" : "您移动 {oldfile} 到 {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} 移动 {oldfile} 到 {newfile}",
- "A file has been added to or removed from your <strong>favorites</strong>" : "文件已经添加或删除到您的 <strong>收藏夹</strong> 中",
- "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "文件/文件夹已经 <strong>更改</strong> 或者 <strong>重命名</strong>",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "文件已经添加或删除到您的 <strong>收藏夹</strong> 中",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "文件/文件夹已经 <strong>更改</strong> 或者 <strong>重命名</strong>",
"A new file or folder has been <strong>created</strong>" : "新的文件/文件夹已经 <strong>创建</strong>",
"A new file or folder has been <strong>deleted</strong>" : "新的文件/文件夹已经 <strong>删除</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "仅限 <strong>收藏文件</strong>的创建和更改通知 <em>(仅限流)</em>",
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index 56b2a4c2adc..f8974ac9a5a 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -50,7 +50,7 @@
"_%n folder_::_%n folders_" : ["%n 个文件夹"],
"_%n file_::_%n files_" : ["%n 个文件"],
"{dirs} and {files}" : "{dirs} 和 {files}",
- "_including %n hidden_::_including %n hidden_" : ["包括 %n 个隐藏文件"],
+ "_including %n hidden_::_including %n hidden_" : ["包括 %n 个隐藏文件"],
"You don’t have permission to upload or create files here" : "您没有权限在此上传或创建文件",
"_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"],
"New" : "新建",
@@ -76,27 +76,27 @@
"You added {file} to your favorites" : "您已经添加 {file} 到您的收藏夹",
"You removed {file} from your favorites" : "您已从收藏夹中删除 {file}",
"File changes" : "文件发生变化",
- "Created by {user}" : "由 {user} 创建",
- "Changed by {user}" : "由 {user} 更改",
- "Deleted by {user}" : "由 {user} 删除",
- "Restored by {user}" : "由 {user} 恢复",
- "Renamed by {user}" : "由 {user} 重命名",
- "Moved by {user}" : "由 {user} 移动",
+ "Created by {user}" : "由 {user} 创建",
+ "Changed by {user}" : "由 {user} 更改",
+ "Deleted by {user}" : "由 {user} 删除",
+ "Restored by {user}" : "由 {user} 恢复",
+ "Renamed by {user}" : "由 {user} 重命名",
+ "Moved by {user}" : "由 {user} 移动",
"You created {file}" : "您创建了 {file}",
"{user} created {file}" : "{user} 创建了 {file}",
"{file} was created in a public folder" : "{file} 被创建在公共文件夹",
- "You changed {file}" : "您更改了 {file}",
- "{user} changed {file}" : "{user} 更改了 {file}",
+ "You changed {file}" : "您更改了 {file}",
+ "{user} changed {file}" : "{user} 更改了 {file}",
"You deleted {file}" : "您删除了{file}",
- "{user} deleted {file}" : "{user} 删除了 {file}",
+ "{user} deleted {file}" : "{user} 删除了 {file}",
"You restored {file}" : "您恢复了{file}",
- "{user} restored {file}" : "{user} 恢复了 {file}",
- "You renamed {oldfile} to {newfile}" : "您将 {oldfile} 改名为 {newfile}",
- "{user} renamed {oldfile} to {newfile}" : "{user} 将 {oldfile} 改名为 {newfile}",
+ "{user} restored {file}" : "{user} 恢复了 {file}",
+ "You renamed {oldfile} to {newfile}" : "您将 {oldfile} 改名为 {newfile}",
+ "{user} renamed {oldfile} to {newfile}" : "{user} 将 {oldfile} 改名为 {newfile}",
"You moved {oldfile} to {newfile}" : "您移动 {oldfile} 到 {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} 移动 {oldfile} 到 {newfile}",
- "A file has been added to or removed from your <strong>favorites</strong>" : "文件已经添加或删除到您的 <strong>收藏夹</strong> 中",
- "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "文件/文件夹已经 <strong>更改</strong> 或者 <strong>重命名</strong>",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "文件已经添加或删除到您的 <strong>收藏夹</strong> 中",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "文件/文件夹已经 <strong>更改</strong> 或者 <strong>重命名</strong>",
"A new file or folder has been <strong>created</strong>" : "新的文件/文件夹已经 <strong>创建</strong>",
"A new file or folder has been <strong>deleted</strong>" : "新的文件/文件夹已经 <strong>删除</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "仅限 <strong>收藏文件</strong>的创建和更改通知 <em>(仅限流)</em>",
diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js
index 786d85e9099..d7913aa7284 100644
--- a/apps/files_external/l10n/zh_CN.js
+++ b/apps/files_external/l10n/zh_CN.js
@@ -116,7 +116,7 @@ OC.L10N.register(
"Enable sharing" : "启用分享",
"Check for changes" : "检查修改",
"Never" : "从不",
- "Once every direct access" : "每次直接访问",
+ "Once every direct access" : "每次访问时",
"Folder name" : "目录名称",
"Authentication" : "认证",
"Configuration" : "配置",
diff --git a/apps/files_external/l10n/zh_CN.json b/apps/files_external/l10n/zh_CN.json
index b6a656d6b4a..5653c3fa615 100644
--- a/apps/files_external/l10n/zh_CN.json
+++ b/apps/files_external/l10n/zh_CN.json
@@ -114,7 +114,7 @@
"Enable sharing" : "启用分享",
"Check for changes" : "检查修改",
"Never" : "从不",
- "Once every direct access" : "每次直接访问",
+ "Once every direct access" : "每次访问时",
"Folder name" : "目录名称",
"Authentication" : "认证",
"Configuration" : "配置",
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js
index 4946c2023ca..93bed366572 100644
--- a/apps/files_sharing/l10n/zh_CN.js
+++ b/apps/files_sharing/l10n/zh_CN.js
@@ -33,6 +33,7 @@ OC.L10N.register(
"%2$s shared with group %1$s" : "%2$s 被分享到群组 %1$s",
"{actor} shared with group {group}" : "{actor} 被分享到群组 {group}",
"You shared %1$s with group %2$s" : "您把 %1$s 分享给了 %2$s 组",
+ "You removed group %2$s from %1$s" : "你移除了群组 %2$s 在 %1$s",
"Shared as public link" : "共享为公开链接",
"Removed public link" : "移除公开链接",
"%1$s shared as public link" : "%1$s 公共链接分享",
@@ -43,6 +44,7 @@ OC.L10N.register(
"You shared {file} as public link" : "你共享了 {file} 为公开链接",
"You removed public link for %1$s" : "你移除了 %1$s 的公开链接",
"You removed public link for {file}" : "你移除了 {file} 的公开链接",
+ "{user} accepted the remote share" : "{user} 接受了远程共享",
"Shared with %1$s" : "与 %1$s 分享",
"Shared with {user}" : "与 {user} 分享",
"Removed share for {user}" : "移除给 {user} 的共享",
@@ -50,6 +52,7 @@ OC.L10N.register(
"Shared by {actor}" : "由 {actor} 共享",
"%1$s removed share" : "%1$s 移除共享",
"You shared %1$s with %2$s" : "您把 %1$s分享给了 %2$s",
+ "{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}",
"%2$s shared %1$s with you" : "%2$s 把 %1$s 分享给了您",
"A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ",
"A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。",
diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json
index 929bb9e178d..38e3b36040e 100644
--- a/apps/files_sharing/l10n/zh_CN.json
+++ b/apps/files_sharing/l10n/zh_CN.json
@@ -31,6 +31,7 @@
"%2$s shared with group %1$s" : "%2$s 被分享到群组 %1$s",
"{actor} shared with group {group}" : "{actor} 被分享到群组 {group}",
"You shared %1$s with group %2$s" : "您把 %1$s 分享给了 %2$s 组",
+ "You removed group %2$s from %1$s" : "你移除了群组 %2$s 在 %1$s",
"Shared as public link" : "共享为公开链接",
"Removed public link" : "移除公开链接",
"%1$s shared as public link" : "%1$s 公共链接分享",
@@ -41,6 +42,7 @@
"You shared {file} as public link" : "你共享了 {file} 为公开链接",
"You removed public link for %1$s" : "你移除了 %1$s 的公开链接",
"You removed public link for {file}" : "你移除了 {file} 的公开链接",
+ "{user} accepted the remote share" : "{user} 接受了远程共享",
"Shared with %1$s" : "与 %1$s 分享",
"Shared with {user}" : "与 {user} 分享",
"Removed share for {user}" : "移除给 {user} 的共享",
@@ -48,6 +50,7 @@
"Shared by {actor}" : "由 {actor} 共享",
"%1$s removed share" : "%1$s 移除共享",
"You shared %1$s with %2$s" : "您把 %1$s分享给了 %2$s",
+ "{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}",
"%2$s shared %1$s with you" : "%2$s 把 %1$s 分享给了您",
"A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ",
"A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。",
diff --git a/apps/files_versions/l10n/sl.js b/apps/files_versions/l10n/sl.js
index 44d40e93eb5..58dd669580a 100644
--- a/apps/files_versions/l10n/sl.js
+++ b/apps/files_versions/l10n/sl.js
@@ -4,7 +4,9 @@ OC.L10N.register(
"Could not revert: %s" : "Ni mogoče povrniti: %s",
"Versions" : "Različice",
"Failed to revert {file} to revision {timestamp}." : "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.",
+ "_%n byte_::_%n bytes_" : ["%n byte","%n byte-a","%n byte-i","%n byte-ov"],
"Restore" : "Obnovi",
+ "No versions available" : "Ni verzij na voljo",
"More versions..." : "Več različic",
"No other versions available" : "Ni drugih različic"
},
diff --git a/apps/files_versions/l10n/sl.json b/apps/files_versions/l10n/sl.json
index d73adb935fe..a169af9e1bc 100644
--- a/apps/files_versions/l10n/sl.json
+++ b/apps/files_versions/l10n/sl.json
@@ -2,7 +2,9 @@
"Could not revert: %s" : "Ni mogoče povrniti: %s",
"Versions" : "Različice",
"Failed to revert {file} to revision {timestamp}." : "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.",
+ "_%n byte_::_%n bytes_" : ["%n byte","%n byte-a","%n byte-i","%n byte-ov"],
"Restore" : "Obnovi",
+ "No versions available" : "Ni verzij na voljo",
"More versions..." : "Več različic",
"No other versions available" : "Ni drugih različic"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
diff --git a/apps/twofactor_backupcodes/l10n/lv.js b/apps/twofactor_backupcodes/l10n/lv.js
index 80d28c47db7..0731fc56890 100644
--- a/apps/twofactor_backupcodes/l10n/lv.js
+++ b/apps/twofactor_backupcodes/l10n/lv.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"Nextcloud backup codes" : "Nextcloud dublēšanas kodi",
"Two-factor authentication" : "Divpakāpju autentifikācija",
"You successfully logged in using two-factor authentication (%1$s)" : "Esat veiksmīgi pieteicies, izmantojot divpakāpju autentifikācija (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Pieteikšanās mēģinājums, izmantojot divpakāpju autentifikāciju neizdevās (%1$s)",
"You created two-factor backup codes for your account" : "Jūs izveidojāt divpakāpju dublējumu kodus savam kontam",
"Backup code" : "Dublēšanas kods",
"Use backup code" : "Izmantojiet dublēšanas kodu"
diff --git a/apps/twofactor_backupcodes/l10n/lv.json b/apps/twofactor_backupcodes/l10n/lv.json
index 6a65642a248..c7a827cdda4 100644
--- a/apps/twofactor_backupcodes/l10n/lv.json
+++ b/apps/twofactor_backupcodes/l10n/lv.json
@@ -10,6 +10,7 @@
"Nextcloud backup codes" : "Nextcloud dublēšanas kodi",
"Two-factor authentication" : "Divpakāpju autentifikācija",
"You successfully logged in using two-factor authentication (%1$s)" : "Esat veiksmīgi pieteicies, izmantojot divpakāpju autentifikācija (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Pieteikšanās mēģinājums, izmantojot divpakāpju autentifikāciju neizdevās (%1$s)",
"You created two-factor backup codes for your account" : "Jūs izveidojāt divpakāpju dublējumu kodus savam kontam",
"Backup code" : "Dublēšanas kods",
"Use backup code" : "Izmantojiet dublēšanas kodu"
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js
index 6be042afa8b..9d59376c6b4 100644
--- a/apps/updatenotification/l10n/de_DE.js
+++ b/apps/updatenotification/l10n/de_DE.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Update-Benachrichtigungen",
- "Could not start updater, please try the manual update" : "Aktualisierungsfunktion konnte nicht gestartet werden, bitte versuchen Sie ein mauelles Update",
+ "Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
"Channel updated" : "Kanal aktualisiert",
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
@@ -19,6 +19,6 @@ OC.L10N.register(
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.",
"The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.",
- "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Sie benutzen PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist wenigstens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version werden Sie wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten."
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Sie benutzen PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist mindestens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version werden Sie wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json
index 268b929a25f..6daa24ad99a 100644
--- a/apps/updatenotification/l10n/de_DE.json
+++ b/apps/updatenotification/l10n/de_DE.json
@@ -1,6 +1,6 @@
{ "translations": {
"Update notifications" : "Update-Benachrichtigungen",
- "Could not start updater, please try the manual update" : "Aktualisierungsfunktion konnte nicht gestartet werden, bitte versuchen Sie ein mauelles Update",
+ "Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
"Channel updated" : "Kanal aktualisiert",
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
@@ -17,6 +17,6 @@
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.",
"The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.",
- "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Sie benutzen PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist wenigstens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version werden Sie wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten."
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Sie benutzen PHP %s. Um die Aktualisierung auf Nextcloud 11 und höher zu ermöglichen ist mindestens PHP 5.6 erforderlich. Nach Aktualisierung der PHP-Version werden Sie wieder Benachrichtigungen über neuere Nextcloud-Versionen erhalten."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/lv.js b/apps/updatenotification/l10n/lv.js
new file mode 100644
index 00000000000..a242848e6d2
--- /dev/null
+++ b/apps/updatenotification/l10n/lv.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "updatenotification",
+ {
+ "Update notifications" : "Atjauninājumu paziņojumi",
+ "Could not start updater, please try the manual update" : "Nevar sākt atjauninājumu, lūdzu, mēģiniet manuālo atjauninājumu",
+ "{version} is available. Get more information on how to update." : "{version} ir pieejama. Iegūstiet vairāk informācijas par to, kā atjaunināt.",
+ "Channel updated" : "Kanāls atjaunots",
+ "Update to %1$s is available." : "Atjauninājums uz %1$s ir pieejams.",
+ "Update for %1$s to version %2$s is available." : "Atjauninājums %1$s uz versiju %2$s ir pieejams.",
+ "Update for {app} to version %s is available." : "Atjauninājums {app} uz versiju %s ir pieejams.",
+ "A new version is available: %s" : "Ir pieejama jauna versija: %s",
+ "Open updater" : "Atveriet atjauninātāju",
+ "Download now" : "Lejupielādēt tagad",
+ "Your version is up to date." : "Jums ir jaunākā versija.",
+ "Checked on %s" : "Pārbaudīts %s",
+ "Update channel:" : "Atjaunināt kanālu:",
+ "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Jūs vienmēr varat atjaunināt to uz jaunāku versiju / eksperimentālo versiju. Bet nekad nevar atgriezties uz stabilāku versiju.",
+ "Notify members of the following groups about available updates:" : "Paziņot šo grupu locekļiem par pieejamajiem atjauninājumiem:",
+ "Only notification for app updates are available." : "Tikai paziņojumi par programmu atjauninājumiem ir pieejami.",
+ "The selected update channel makes dedicated notifications for the server obsolete." : "Izvēlētais atjauninājumu kanāls rādīs īpašus paziņojumus ja serveris novecojis.",
+ "The selected update channel does not support updates of the server." : "Izvēlēto atjauninājumu kanāls neatbalsta servera atjauninājumus.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Jūs izmantojat PHP %s. Lai ļautu jums jaunināt uz Nextcloud 11 un augstāk, ir jāizmanto vismaz PHP 5.6. Kad būsiet jauninājis savas PHP versiju, tad jūs saņemsiet paziņojumus par atjauninājumiem un jaunākām versijām."
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/updatenotification/l10n/lv.json b/apps/updatenotification/l10n/lv.json
new file mode 100644
index 00000000000..7ebca4b6de9
--- /dev/null
+++ b/apps/updatenotification/l10n/lv.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Update notifications" : "Atjauninājumu paziņojumi",
+ "Could not start updater, please try the manual update" : "Nevar sākt atjauninājumu, lūdzu, mēģiniet manuālo atjauninājumu",
+ "{version} is available. Get more information on how to update." : "{version} ir pieejama. Iegūstiet vairāk informācijas par to, kā atjaunināt.",
+ "Channel updated" : "Kanāls atjaunots",
+ "Update to %1$s is available." : "Atjauninājums uz %1$s ir pieejams.",
+ "Update for %1$s to version %2$s is available." : "Atjauninājums %1$s uz versiju %2$s ir pieejams.",
+ "Update for {app} to version %s is available." : "Atjauninājums {app} uz versiju %s ir pieejams.",
+ "A new version is available: %s" : "Ir pieejama jauna versija: %s",
+ "Open updater" : "Atveriet atjauninātāju",
+ "Download now" : "Lejupielādēt tagad",
+ "Your version is up to date." : "Jums ir jaunākā versija.",
+ "Checked on %s" : "Pārbaudīts %s",
+ "Update channel:" : "Atjaunināt kanālu:",
+ "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Jūs vienmēr varat atjaunināt to uz jaunāku versiju / eksperimentālo versiju. Bet nekad nevar atgriezties uz stabilāku versiju.",
+ "Notify members of the following groups about available updates:" : "Paziņot šo grupu locekļiem par pieejamajiem atjauninājumiem:",
+ "Only notification for app updates are available." : "Tikai paziņojumi par programmu atjauninājumiem ir pieejami.",
+ "The selected update channel makes dedicated notifications for the server obsolete." : "Izvēlētais atjauninājumu kanāls rādīs īpašus paziņojumus ja serveris novecojis.",
+ "The selected update channel does not support updates of the server." : "Izvēlēto atjauninājumu kanāls neatbalsta servera atjauninājumus.",
+ "You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "Jūs izmantojat PHP %s. Lai ļautu jums jaunināt uz Nextcloud 11 un augstāk, ir jāizmanto vismaz PHP 5.6. Kad būsiet jauninājis savas PHP versiju, tad jūs saņemsiet paziņojumus par atjauninājumiem un jaunākām versijām."
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/sl.js b/apps/updatenotification/l10n/sl.js
index 5431e7404a6..0afc6b007eb 100644
--- a/apps/updatenotification/l10n/sl.js
+++ b/apps/updatenotification/l10n/sl.js
@@ -2,17 +2,19 @@ OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Posodobi obvestila",
+ "Could not start updater, please try the manual update" : "Ne morem zagnati samodejne posodobitve, poskusi ročno",
"{version} is available. Get more information on how to update." : "Na voljo je nova različica {version}. Na voljo je več podrobnosti o nadgradnji.",
- "Updated channel" : "Posodobljen kanal",
- "Nextcloud core" : "Nextcloud jedro",
+ "Channel updated" : "Kanal posodobljen",
+ "Update to %1$s is available." : "Posodobitev na %1$s je na voljo.",
"Update for %1$s to version %2$s is available." : "Posodobitev %1$s na različico %2$s je na voljo.",
+ "Update for {app} to version %s is available." : "Posodobitev za {app} na verzijo %s je na voljo.",
"A new version is available: %s" : "Na voljo je nova različica: %s",
"Open updater" : "Odpri posodabljalnik",
+ "Download now" : "Prejmi zdaj",
"Your version is up to date." : "Nameščena je najnovejša različica.",
"Checked on %s" : "Zadnjič preverjeno %s",
"Update channel:" : "Posodobi kanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Nadgradnja na višjo različico ali preizkusni kanal je vedno mogoča, ne pa tudi povrnitev na predhodno, bolj stabilno različico.",
- "Notify members of the following groups about available updates:" : "Obvestite člane naslednjih skupin o posodobitvah, ki so na voljo:",
- "Updater" : "Posodabljalnik"
+ "Notify members of the following groups about available updates:" : "Obvestite člane naslednjih skupin o posodobitvah, ki so na voljo:"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/updatenotification/l10n/sl.json b/apps/updatenotification/l10n/sl.json
index 77bc54a9dc9..e3c9c8741a6 100644
--- a/apps/updatenotification/l10n/sl.json
+++ b/apps/updatenotification/l10n/sl.json
@@ -1,16 +1,18 @@
{ "translations": {
"Update notifications" : "Posodobi obvestila",
+ "Could not start updater, please try the manual update" : "Ne morem zagnati samodejne posodobitve, poskusi ročno",
"{version} is available. Get more information on how to update." : "Na voljo je nova različica {version}. Na voljo je več podrobnosti o nadgradnji.",
- "Updated channel" : "Posodobljen kanal",
- "Nextcloud core" : "Nextcloud jedro",
+ "Channel updated" : "Kanal posodobljen",
+ "Update to %1$s is available." : "Posodobitev na %1$s je na voljo.",
"Update for %1$s to version %2$s is available." : "Posodobitev %1$s na različico %2$s je na voljo.",
+ "Update for {app} to version %s is available." : "Posodobitev za {app} na verzijo %s je na voljo.",
"A new version is available: %s" : "Na voljo je nova različica: %s",
"Open updater" : "Odpri posodabljalnik",
+ "Download now" : "Prejmi zdaj",
"Your version is up to date." : "Nameščena je najnovejša različica.",
"Checked on %s" : "Zadnjič preverjeno %s",
"Update channel:" : "Posodobi kanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Nadgradnja na višjo različico ali preizkusni kanal je vedno mogoča, ne pa tudi povrnitev na predhodno, bolj stabilno različico.",
- "Notify members of the following groups about available updates:" : "Obvestite člane naslednjih skupin o posodobitvah, ki so na voljo:",
- "Updater" : "Posodabljalnik"
+ "Notify members of the following groups about available updates:" : "Obvestite člane naslednjih skupin o posodobitvah, ki so na voljo:"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/workflowengine/l10n/lv.js b/apps/workflowengine/l10n/lv.js
new file mode 100644
index 00000000000..8052946bd02
--- /dev/null
+++ b/apps/workflowengine/l10n/lv.js
@@ -0,0 +1,71 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "Successfully saved" : "Veiksmīgi saglabāts",
+ "Saving failed:" : "Saglabāšana neizdevās:",
+ "File mime type" : "Faila MIME tips",
+ "is" : "ir",
+ "is not" : "nav",
+ "matches" : "atbilst",
+ "does not match" : "neatbilst",
+ "Example: {placeholder}" : "Piemērs: {placeholder}",
+ "File size (upload)" : "Faila lielums (augšupielādēt)",
+ "less" : "mazāk",
+ "less or equals" : "mazāks vai vienāds ar",
+ "greater or equals" : "lielāks vai vienāds ar",
+ "greater" : "lielāks",
+ "File system tag" : "Failu sistēmas atzīme",
+ "is tagged with" : "atzīmēts ar",
+ "is not tagged with" : "nav atzīmēts ar",
+ "Select tag…" : "Izvēlies atzīmi...",
+ "Request remote address" : "Pieprasīt attālo adresi",
+ "matches IPv4" : "atbilst IPv4",
+ "does not match IPv4" : "neatbilst IPv4",
+ "matches IPv6" : "atbilst IPv6",
+ "does not match IPv6" : "neatbilst IPv6",
+ "Request time" : "Pieprasījuma laiks",
+ "between" : "starp",
+ "not between" : "nav starp",
+ "Start" : "Sākums",
+ "End" : "Beigas",
+ "Select timezone…" : "Izvēlieties laika joslu...",
+ "Request URL" : "Pieprasījuma URL",
+ "Predefined URLs" : "Standarta URLs",
+ "Files WebDAV" : "WebDAV faili",
+ "Request user agent" : "Nepieciešams lietotāja aģents",
+ "Sync clients" : "Sync klients",
+ "Android client" : "Android klients",
+ "iOS client" : "iOS klients",
+ "Desktop client" : "Darbvirsmas klients",
+ "User group membership" : "Lietotāju grupas piederība",
+ "is member of" : "ir biedrs",
+ "is not member of" : "nav biedrs",
+ "The given operator is invalid" : "Norādītais operators ir nederīgs",
+ "The given regular expression is invalid" : "Norādītā regulārā izteiksme nav derīga.",
+ "The given file size is invalid" : "Norādītais faila formāts nav derīgs",
+ "The given tag id is invalid" : "Norādītais birkas id ir nederīgs",
+ "The given IP range is invalid" : "Norādītais IP diapazons ir nederīgs",
+ "The given IP range is not valid for IPv4" : "Norādītais IP diapazons nav derīgs IPv4",
+ "The given IP range is not valid for IPv6" : "Norādītais IP diapazons nav derīgs IPv6",
+ "The given time span is invalid" : "Norādītais laiks nav derīgs.",
+ "The given start time is invalid" : "Dotais sākuma laiks ir nederīgs",
+ "The given end time is invalid" : "Norādītais beigu laiks nav derīgs.",
+ "The given group does not exist" : "Norādītā grupa nepastāv.",
+ "Check %s is invalid or does not exist" : "Pārbaude %s ir nederīga vai nepastāv",
+ "Operation #%s does not exist" : "Operation #%s does not exist",
+ "Operation %s does not exist" : "Darbība %s neeksistē",
+ "Operation %s is invalid" : "Darbība %s ir nederīga",
+ "Check %s does not exist" : "Pārbaude %s nepastāv",
+ "Check %s is invalid" : "Pārbaude %s ir nederīga",
+ "Check #%s does not exist" : "Pārbaude #%s nepastāv",
+ "Workflow" : "Darbplūsma",
+ "Open documentation" : "Atvērt dokumentāciju",
+ "Add rule group" : "Pievienot kārtulu grupas",
+ "Short rule description" : "Īss kārtulas apraksts",
+ "Add rule" : "Pievienot kārtulu",
+ "Reset" : "Atiestatīt",
+ "Save" : "Saglabāt",
+ "Saving…" : "Saglabā...",
+ "Loading…" : "Ielādē …"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/workflowengine/l10n/lv.json b/apps/workflowengine/l10n/lv.json
new file mode 100644
index 00000000000..f780581deb3
--- /dev/null
+++ b/apps/workflowengine/l10n/lv.json
@@ -0,0 +1,69 @@
+{ "translations": {
+ "Successfully saved" : "Veiksmīgi saglabāts",
+ "Saving failed:" : "Saglabāšana neizdevās:",
+ "File mime type" : "Faila MIME tips",
+ "is" : "ir",
+ "is not" : "nav",
+ "matches" : "atbilst",
+ "does not match" : "neatbilst",
+ "Example: {placeholder}" : "Piemērs: {placeholder}",
+ "File size (upload)" : "Faila lielums (augšupielādēt)",
+ "less" : "mazāk",
+ "less or equals" : "mazāks vai vienāds ar",
+ "greater or equals" : "lielāks vai vienāds ar",
+ "greater" : "lielāks",
+ "File system tag" : "Failu sistēmas atzīme",
+ "is tagged with" : "atzīmēts ar",
+ "is not tagged with" : "nav atzīmēts ar",
+ "Select tag…" : "Izvēlies atzīmi...",
+ "Request remote address" : "Pieprasīt attālo adresi",
+ "matches IPv4" : "atbilst IPv4",
+ "does not match IPv4" : "neatbilst IPv4",
+ "matches IPv6" : "atbilst IPv6",
+ "does not match IPv6" : "neatbilst IPv6",
+ "Request time" : "Pieprasījuma laiks",
+ "between" : "starp",
+ "not between" : "nav starp",
+ "Start" : "Sākums",
+ "End" : "Beigas",
+ "Select timezone…" : "Izvēlieties laika joslu...",
+ "Request URL" : "Pieprasījuma URL",
+ "Predefined URLs" : "Standarta URLs",
+ "Files WebDAV" : "WebDAV faili",
+ "Request user agent" : "Nepieciešams lietotāja aģents",
+ "Sync clients" : "Sync klients",
+ "Android client" : "Android klients",
+ "iOS client" : "iOS klients",
+ "Desktop client" : "Darbvirsmas klients",
+ "User group membership" : "Lietotāju grupas piederība",
+ "is member of" : "ir biedrs",
+ "is not member of" : "nav biedrs",
+ "The given operator is invalid" : "Norādītais operators ir nederīgs",
+ "The given regular expression is invalid" : "Norādītā regulārā izteiksme nav derīga.",
+ "The given file size is invalid" : "Norādītais faila formāts nav derīgs",
+ "The given tag id is invalid" : "Norādītais birkas id ir nederīgs",
+ "The given IP range is invalid" : "Norādītais IP diapazons ir nederīgs",
+ "The given IP range is not valid for IPv4" : "Norādītais IP diapazons nav derīgs IPv4",
+ "The given IP range is not valid for IPv6" : "Norādītais IP diapazons nav derīgs IPv6",
+ "The given time span is invalid" : "Norādītais laiks nav derīgs.",
+ "The given start time is invalid" : "Dotais sākuma laiks ir nederīgs",
+ "The given end time is invalid" : "Norādītais beigu laiks nav derīgs.",
+ "The given group does not exist" : "Norādītā grupa nepastāv.",
+ "Check %s is invalid or does not exist" : "Pārbaude %s ir nederīga vai nepastāv",
+ "Operation #%s does not exist" : "Operation #%s does not exist",
+ "Operation %s does not exist" : "Darbība %s neeksistē",
+ "Operation %s is invalid" : "Darbība %s ir nederīga",
+ "Check %s does not exist" : "Pārbaude %s nepastāv",
+ "Check %s is invalid" : "Pārbaude %s ir nederīga",
+ "Check #%s does not exist" : "Pārbaude #%s nepastāv",
+ "Workflow" : "Darbplūsma",
+ "Open documentation" : "Atvērt dokumentāciju",
+ "Add rule group" : "Pievienot kārtulu grupas",
+ "Short rule description" : "Īss kārtulas apraksts",
+ "Add rule" : "Pievienot kārtulu",
+ "Reset" : "Atiestatīt",
+ "Save" : "Saglabāt",
+ "Saving…" : "Saglabā...",
+ "Loading…" : "Ielādē …"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js
new file mode 100644
index 00000000000..044a841046c
--- /dev/null
+++ b/apps/workflowengine/l10n/zh_CN.js
@@ -0,0 +1,58 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "Successfully saved" : "保存成功",
+ "Saving failed:" : "保存失败:",
+ "File mime type" : "文件MIME类型",
+ "is" : "是",
+ "is not" : "不是",
+ "matches" : "匹配",
+ "does not match" : "不匹配",
+ "Example: {placeholder}" : "例子: {placeholder}",
+ "File size (upload)" : "文件大小 (上传)",
+ "less" : "小于",
+ "less or equals" : "小于等于",
+ "greater or equals" : "大于等于",
+ "greater" : "大于",
+ "File system tag" : "文件系统标签",
+ "is tagged with" : "标记为",
+ "is not tagged with" : "未标记为",
+ "Select tag…" : "选择标签...",
+ "Request remote address" : "要求远程地址",
+ "does not match IPv4" : "不匹配IPv4",
+ "matches IPv6" : "匹配IPv6",
+ "does not match IPv6" : "不匹配IPv6",
+ "Request time" : "请求时间",
+ "between" : "之间",
+ "not between" : "不在之间",
+ "Start" : "开始",
+ "End" : "结束",
+ "Select timezone…" : "选择时区",
+ "Request URL" : "请求URL",
+ "Predefined URLs" : "预定义URL",
+ "Files WebDAV" : "文件WebDAV",
+ "Request user agent" : "请求用户代理",
+ "Sync clients" : "同步客户端",
+ "Android client" : "Android 客户端",
+ "iOS client" : "iOS 客户端",
+ "Desktop client" : "桌面客户端",
+ "User group membership" : "用户组成员资格",
+ "is member of" : "是成员",
+ "is not member of" : "不是成员",
+ "The given operator is invalid" : "给定的运算符无效",
+ "The given regular expression is invalid" : "给定的正则表达式无效",
+ "The given file size is invalid" : "给定的文件大小无效",
+ "The given tag id is invalid" : "给定的标签ID无效",
+ "The given IP range is invalid" : "给定的IP范围无效",
+ "The given end time is invalid" : "输入的截止时间无效",
+ "The given group does not exist" : "输入的群组不存在",
+ "Operation #%s does not exist" : "操作 %s 不存在",
+ "Operation %s does not exist" : "操作 %s 不存在",
+ "Workflow" : "数据流",
+ "Add rule" : "添加规则",
+ "Reset" : "重置",
+ "Save" : "保存",
+ "Saving…" : "保存中...",
+ "Loading…" : "加载中"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json
new file mode 100644
index 00000000000..b8252d8a88e
--- /dev/null
+++ b/apps/workflowengine/l10n/zh_CN.json
@@ -0,0 +1,56 @@
+{ "translations": {
+ "Successfully saved" : "保存成功",
+ "Saving failed:" : "保存失败:",
+ "File mime type" : "文件MIME类型",
+ "is" : "是",
+ "is not" : "不是",
+ "matches" : "匹配",
+ "does not match" : "不匹配",
+ "Example: {placeholder}" : "例子: {placeholder}",
+ "File size (upload)" : "文件大小 (上传)",
+ "less" : "小于",
+ "less or equals" : "小于等于",
+ "greater or equals" : "大于等于",
+ "greater" : "大于",
+ "File system tag" : "文件系统标签",
+ "is tagged with" : "标记为",
+ "is not tagged with" : "未标记为",
+ "Select tag…" : "选择标签...",
+ "Request remote address" : "要求远程地址",
+ "does not match IPv4" : "不匹配IPv4",
+ "matches IPv6" : "匹配IPv6",
+ "does not match IPv6" : "不匹配IPv6",
+ "Request time" : "请求时间",
+ "between" : "之间",
+ "not between" : "不在之间",
+ "Start" : "开始",
+ "End" : "结束",
+ "Select timezone…" : "选择时区",
+ "Request URL" : "请求URL",
+ "Predefined URLs" : "预定义URL",
+ "Files WebDAV" : "文件WebDAV",
+ "Request user agent" : "请求用户代理",
+ "Sync clients" : "同步客户端",
+ "Android client" : "Android 客户端",
+ "iOS client" : "iOS 客户端",
+ "Desktop client" : "桌面客户端",
+ "User group membership" : "用户组成员资格",
+ "is member of" : "是成员",
+ "is not member of" : "不是成员",
+ "The given operator is invalid" : "给定的运算符无效",
+ "The given regular expression is invalid" : "给定的正则表达式无效",
+ "The given file size is invalid" : "给定的文件大小无效",
+ "The given tag id is invalid" : "给定的标签ID无效",
+ "The given IP range is invalid" : "给定的IP范围无效",
+ "The given end time is invalid" : "输入的截止时间无效",
+ "The given group does not exist" : "输入的群组不存在",
+ "Operation #%s does not exist" : "操作 %s 不存在",
+ "Operation %s does not exist" : "操作 %s 不存在",
+ "Workflow" : "数据流",
+ "Add rule" : "添加规则",
+ "Reset" : "重置",
+ "Save" : "保存",
+ "Saving…" : "保存中...",
+ "Loading…" : "加载中"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file