diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:38 +0000 |
commit | 371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23 (patch) | |
tree | c0f68000e31d4d8958dbf340524064c2d474dc8a /apps | |
parent | 28e0ccfed906525183306ff3d38b67075d688773 (diff) | |
download | nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.tar.gz nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
42 files changed, 670 insertions, 4 deletions
diff --git a/apps/admin_audit/l10n/is.js b/apps/admin_audit/l10n/is.js new file mode 100644 index 00000000000..b3c70f494af --- /dev/null +++ b/apps/admin_audit/l10n/is.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Eftirlit / Atvikaskráning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Býður upp á atvikaskráningu fyrir Nextcloud, eins og að skrá aðgang að skrám og fleiri viðkvæmar aðgerðir." +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/admin_audit/l10n/is.json b/apps/admin_audit/l10n/is.json new file mode 100644 index 00000000000..62b5a13e6be --- /dev/null +++ b/apps/admin_audit/l10n/is.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Eftirlit / Atvikaskráning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Býður upp á atvikaskráningu fyrir Nextcloud, eins og að skrá aðgang að skrám og fleiri viðkvæmar aðgerðir." +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/sl.js b/apps/comments/l10n/sl.js index f59e752687e..45de62fcb7f 100644 --- a/apps/comments/l10n/sl.js +++ b/apps/comments/l10n/sl.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Izbriši opombo", "Cancel edit" : "Prekliči urejanje", "Post comment" : "Objavi opombo", + "@ for mentions, : for emoji, / for smart picker" : "@ za omenjanje, za izrazne ikone, / za pametni izbirnik", "Could not reload comments" : "Opomb ni mogoče posodobiti", "No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!", "No more messages" : "Ni drugih sporočil", diff --git a/apps/comments/l10n/sl.json b/apps/comments/l10n/sl.json index f9d34c261f8..57950150ca7 100644 --- a/apps/comments/l10n/sl.json +++ b/apps/comments/l10n/sl.json @@ -14,6 +14,7 @@ "Delete comment" : "Izbriši opombo", "Cancel edit" : "Prekliči urejanje", "Post comment" : "Objavi opombo", + "@ for mentions, : for emoji, / for smart picker" : "@ za omenjanje, za izrazne ikone, / za pametni izbirnik", "Could not reload comments" : "Opomb ni mogoče posodobiti", "No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!", "No more messages" : "Ni drugih sporočil", diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index f5af79be0ba..9e3cc06bbc5 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Ta bort kommentar", "Cancel edit" : "Avbryt redigering", "Post comment" : "Publicera kommentar", + "@ for mentions, : for emoji, / for smart picker" : "@ för omnämnanden, : för emoji, / för smart picker", "Could not reload comments" : "Kunde inte ladda om kommentarer", "No comments yet, start the conversation!" : "Inga kommentarer ännu.", "No more messages" : "Inga fler meddelanden", diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json index a8f41fd9a31..99d04a1b422 100644 --- a/apps/comments/l10n/sv.json +++ b/apps/comments/l10n/sv.json @@ -14,6 +14,7 @@ "Delete comment" : "Ta bort kommentar", "Cancel edit" : "Avbryt redigering", "Post comment" : "Publicera kommentar", + "@ for mentions, : for emoji, / for smart picker" : "@ för omnämnanden, : för emoji, / för smart picker", "Could not reload comments" : "Kunde inte ladda om kommentarer", "No comments yet, start the conversation!" : "Inga kommentarer ännu.", "No more messages" : "Inga fler meddelanden", diff --git a/apps/contactsinteraction/l10n/is.js b/apps/contactsinteraction/l10n/is.js new file mode 100644 index 00000000000..1a88058cea0 --- /dev/null +++ b/apps/contactsinteraction/l10n/is.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Nýlega haft samband við", + "Contacts Interaction" : "Gagnvirkni tengiliða", + "Manages interaction between users and contacts" : "Sýslar með gagnvirkni milli notenda og tengiliða", + "Collect data about user and contacts interactions and provide an address book for the data" : "Safnaðu gögnum um samskipti milli notenda og tengiliða og gefðu upp nafnaskrá fyrir gögnin" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/contactsinteraction/l10n/is.json b/apps/contactsinteraction/l10n/is.json new file mode 100644 index 00000000000..96efbaa131d --- /dev/null +++ b/apps/contactsinteraction/l10n/is.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Nýlega haft samband við", + "Contacts Interaction" : "Gagnvirkni tengiliða", + "Manages interaction between users and contacts" : "Sýslar með gagnvirkni milli notenda og tengiliða", + "Collect data about user and contacts interactions and provide an address book for the data" : "Safnaðu gögnum um samskipti milli notenda og tengiliða og gefðu upp nafnaskrá fyrir gögnin" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/dav/l10n/fi.js b/apps/dav/l10n/fi.js index ed7b4235c0b..fe4e31c23ef 100644 --- a/apps/dav/l10n/fi.js +++ b/apps/dav/l10n/fi.js @@ -2,6 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "Kalenteri", + "To-dos" : "Tehtävät", "Personal" : "Henkilökohtainen", "{actor} created calendar {calendar}" : "{actor} loi kalenterin {calendar}", "You created calendar {calendar}" : "Loit kalenterin {calendar}", diff --git a/apps/dav/l10n/fi.json b/apps/dav/l10n/fi.json index 186479c3563..66534152494 100644 --- a/apps/dav/l10n/fi.json +++ b/apps/dav/l10n/fi.json @@ -1,5 +1,6 @@ { "translations": { "Calendar" : "Kalenteri", + "To-dos" : "Tehtävät", "Personal" : "Henkilökohtainen", "{actor} created calendar {calendar}" : "{actor} loi kalenterin {calendar}", "You created calendar {calendar}" : "Loit kalenterin {calendar}", diff --git a/apps/dav/l10n/sl.js b/apps/dav/l10n/sl.js index 73e5ac40089..d31b1a398f2 100644 --- a/apps/dav/l10n/sl.js +++ b/apps/dav/l10n/sl.js @@ -107,10 +107,22 @@ OC.L10N.register( "{actor} unshared address book {addressbook} from you" : "{actor} vam onemogoči souporabo imenika {addressbook}", "You unshared address book {addressbook} from {user}" : "Onemogočite souporabo imenika {addressbook} z uporabnikom {user}", "{actor} unshared address book {addressbook} from {user}" : "{actor} onemogoči souporabo imenika {addressbook} z uporabnikom {user}", + "{actor} unshared address book {addressbook} from themselves" : "{actor} si je onemogočil souporabo imenika {addressbook}", + "You shared address book {addressbook} with group {group}" : "Omogočili ste souporabo imenika {addressbook} z vašo skupino {group}", + "{actor} shared address book {addressbook} with group {group}" : "{actor} je omogočil souporabo imenika {addressbook} z vašo skupino {group}", + "You unshared address book {addressbook} from group {group}" : "Onemogočili ste souporabo imenika {addressbook} z vašo skupino {group}", + "{actor} unshared address book {addressbook} from group {group}" : "{actor} je onemogočil souporabo imenika {addressbook} s skupino {group}", + "{actor} created contact {card} in address book {addressbook}" : "{actor} je dadal nov stik {card} v imenik {addressbook}", + "You created contact {card} in address book {addressbook}" : "Dodali ste nov stik {card} v imenik {addressbook}", + "{actor} deleted contact {card} from address book {addressbook}" : "{actor} je izbrisal stik {card} iz imenika {addressbook}", + "You deleted contact {card} from address book {addressbook}" : "Odstranili ste stik {card} iz imenika {addressbook}", + "{actor} updated contact {card} in address book {addressbook}" : "{actor} je posodobil stik {card} v imeniku {addressbook}", + "You updated contact {card} in address book {addressbook}" : "Posodobili ste stik {card} v imeniku {addressbook}", "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Spremenjen je bil <strong>stik</strong> oziroma <strong>imenik</strong>", "Accounts" : "Računi", "System address book which holds all accounts" : "Sistemski imenik, ki združuje vse račune", "File is not updatable: %1$s" : "Datoteke ni mogoče posodobiti: %1$s", + "Could not write to final file, canceled by hook" : "Ni bilo mogoče pisati v končno datoteko. Opravilo je bilo preklicano.", "Could not write file contents" : "Ni mogoče zapisati vsebine datoteke", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajta","%n bajti","%n bajtov"], "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Prišlo je do napake med kopiranjem datoteke na ciljno mesto (kopirano: %1$s, pričakovana velikost pa je: %2$s)", @@ -137,6 +149,8 @@ OC.L10N.register( "Due on %s by %s" : "Poteče %s ob %s", "Due on %s" : "Poteče %s", "DAV system address book" : "Imenik sistema DAV", + "No outstanding DAV system address book sync." : "Sinhronizacija imenika DAV ni odprta.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Sinhronizacija imenika DAV se še ni izvedla. To pa zato, ker ima vaš strežnik več kot 1000 uporabnikov ali ker je prišlo do napake. Prosimo, zaženite jo ročno, tako, da zaženete ukaz \"occ dav:sync-system-addressbook\".", "Migrated calendar (%1$s)" : "Prenesen koledar (%1$s)", "Calendars including events, details and attendees" : "Koledarji z dogodki, podrobnostmi in udeleženci", "Contacts and groups" : "Stiki in skupine", @@ -179,6 +193,8 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "To pomeni, da ne bodo na voljo takoj po omogočanju, ampak šele po krajšem času.", "Send notifications for events" : "Pošlji obvestila za dogodke", "Notifications are sent via background jobs, so these must occur often enough." : "Obvestila so poslana samodejno z opravili v ozadju, ker pomeni, da se morajo ta izvajati dovolj pogosto.", + "Send reminder notifications to calendar sharees as well" : "Pošiljanje opomnikov tudi naročnikom koledarja.", + "Reminders are always sent to organizers and attendees." : "Opomniki bodo vedno poslani organizatorjem in udeležencem.", "Enable notifications for events via push" : "Omogoči potisna obvestila za dogodke", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Namestite tudi {calendarappstoreopen}Koledar{linkclose}, ali pa se povežite z {calendardocopen}namiznim oziroma mobilnim usklajevalnikom ↗{linkclose}.", "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Prepričajte se, da je {emailopen}poštni strežnik{linkclose} pravilno nastavljen.", diff --git a/apps/dav/l10n/sl.json b/apps/dav/l10n/sl.json index a4b910b6475..d3a5101b4c5 100644 --- a/apps/dav/l10n/sl.json +++ b/apps/dav/l10n/sl.json @@ -105,10 +105,22 @@ "{actor} unshared address book {addressbook} from you" : "{actor} vam onemogoči souporabo imenika {addressbook}", "You unshared address book {addressbook} from {user}" : "Onemogočite souporabo imenika {addressbook} z uporabnikom {user}", "{actor} unshared address book {addressbook} from {user}" : "{actor} onemogoči souporabo imenika {addressbook} z uporabnikom {user}", + "{actor} unshared address book {addressbook} from themselves" : "{actor} si je onemogočil souporabo imenika {addressbook}", + "You shared address book {addressbook} with group {group}" : "Omogočili ste souporabo imenika {addressbook} z vašo skupino {group}", + "{actor} shared address book {addressbook} with group {group}" : "{actor} je omogočil souporabo imenika {addressbook} z vašo skupino {group}", + "You unshared address book {addressbook} from group {group}" : "Onemogočili ste souporabo imenika {addressbook} z vašo skupino {group}", + "{actor} unshared address book {addressbook} from group {group}" : "{actor} je onemogočil souporabo imenika {addressbook} s skupino {group}", + "{actor} created contact {card} in address book {addressbook}" : "{actor} je dadal nov stik {card} v imenik {addressbook}", + "You created contact {card} in address book {addressbook}" : "Dodali ste nov stik {card} v imenik {addressbook}", + "{actor} deleted contact {card} from address book {addressbook}" : "{actor} je izbrisal stik {card} iz imenika {addressbook}", + "You deleted contact {card} from address book {addressbook}" : "Odstranili ste stik {card} iz imenika {addressbook}", + "{actor} updated contact {card} in address book {addressbook}" : "{actor} je posodobil stik {card} v imeniku {addressbook}", + "You updated contact {card} in address book {addressbook}" : "Posodobili ste stik {card} v imeniku {addressbook}", "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Spremenjen je bil <strong>stik</strong> oziroma <strong>imenik</strong>", "Accounts" : "Računi", "System address book which holds all accounts" : "Sistemski imenik, ki združuje vse račune", "File is not updatable: %1$s" : "Datoteke ni mogoče posodobiti: %1$s", + "Could not write to final file, canceled by hook" : "Ni bilo mogoče pisati v končno datoteko. Opravilo je bilo preklicano.", "Could not write file contents" : "Ni mogoče zapisati vsebine datoteke", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajta","%n bajti","%n bajtov"], "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Prišlo je do napake med kopiranjem datoteke na ciljno mesto (kopirano: %1$s, pričakovana velikost pa je: %2$s)", @@ -135,6 +147,8 @@ "Due on %s by %s" : "Poteče %s ob %s", "Due on %s" : "Poteče %s", "DAV system address book" : "Imenik sistema DAV", + "No outstanding DAV system address book sync." : "Sinhronizacija imenika DAV ni odprta.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Sinhronizacija imenika DAV se še ni izvedla. To pa zato, ker ima vaš strežnik več kot 1000 uporabnikov ali ker je prišlo do napake. Prosimo, zaženite jo ročno, tako, da zaženete ukaz \"occ dav:sync-system-addressbook\".", "Migrated calendar (%1$s)" : "Prenesen koledar (%1$s)", "Calendars including events, details and attendees" : "Koledarji z dogodki, podrobnostmi in udeleženci", "Contacts and groups" : "Stiki in skupine", @@ -177,6 +191,8 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "To pomeni, da ne bodo na voljo takoj po omogočanju, ampak šele po krajšem času.", "Send notifications for events" : "Pošlji obvestila za dogodke", "Notifications are sent via background jobs, so these must occur often enough." : "Obvestila so poslana samodejno z opravili v ozadju, ker pomeni, da se morajo ta izvajati dovolj pogosto.", + "Send reminder notifications to calendar sharees as well" : "Pošiljanje opomnikov tudi naročnikom koledarja.", + "Reminders are always sent to organizers and attendees." : "Opomniki bodo vedno poslani organizatorjem in udeležencem.", "Enable notifications for events via push" : "Omogoči potisna obvestila za dogodke", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Namestite tudi {calendarappstoreopen}Koledar{linkclose}, ali pa se povežite z {calendardocopen}namiznim oziroma mobilnim usklajevalnikom ↗{linkclose}.", "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Prepričajte se, da je {emailopen}poštni strežnik{linkclose} pravilno nastavljen.", diff --git a/apps/federatedfilesharing/l10n/is.js b/apps/federatedfilesharing/l10n/is.js index 407f9f80408..a0652450a7c 100644 --- a/apps/federatedfilesharing/l10n/is.js +++ b/apps/federatedfilesharing/l10n/is.js @@ -15,6 +15,7 @@ OC.L10N.register( "It is not allowed to send federated group shares from this server." : "Ekki er heimilt að senda skýjasambandssameign fyrir hópa af þessum þjóni.", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Deiling %1$s mistókst, því þessu atriði er þegar deilt með notandanum %2$s", "Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda", + "Federated shares require read permissions" : "Sameignir í skýjasambandi krefjast lesheimilda", "File is already shared with %s" : "Skránni er þegar deilt með %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %1$s mistókst, gat ekki fundið %2$s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.", "Could not find share" : "Gat ekki fundið sameign", @@ -32,16 +33,22 @@ OC.L10N.register( "Allow users on this server to receive group shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti hópsameignum frá öðrum þjónum", "Search global and public address book for users" : "Leita að notendum í víðværri og opinberri vistfangaskrá", "Allow users to publish their data to a global and public address book" : "Leifa notendum að birta gögnin sín í víðværri og opinberri vistfangaskrá", + "Unable to update federated files sharing config" : "Get ekki uppfært stillingar á deilingu með skýjasambandi", "Federated Cloud" : "Skýjasamband (federated)", "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Þú getur deilt með hverjum þeim sem notar Nextcloud-þjóna eða öðrum Open Cloud Mesh (OCM) samhæfðum þjónum og þjónustum! Settu bara skýjasambandsauðkennið þeirra (Federated Cloud ID) inn í deilingargluggann. Það lítur út svipað og einstaklingur@tölvuský.dæmi.is", "Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):", "Share it so your friends can share files with you:" : "Deildu þessu svo að vinir þínir geti deilt skrám með þér:", + "Facebook" : "Facebook", "Twitter" : "Twitter", + "Diaspora" : "Diaspora", "Add to your website" : "Bæta við vefsvæðið þitt", "Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud", "HTML Code:" : "HTML-kóði:", + "Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID, sjá {url}", "Share with me through my #Nextcloud Federated Cloud ID" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID", + "Cloud ID copied to the clipboard" : "Skýjasambandsauðkenni afritað á klippispjald", "Copy to clipboard" : "Afrita á klippispjald", + "Clipboard is not available" : "Klippispjald er ekki tiltækt", "Copied!" : "Afritað!" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/federatedfilesharing/l10n/is.json b/apps/federatedfilesharing/l10n/is.json index 6ce353cf258..3ef134068df 100644 --- a/apps/federatedfilesharing/l10n/is.json +++ b/apps/federatedfilesharing/l10n/is.json @@ -13,6 +13,7 @@ "It is not allowed to send federated group shares from this server." : "Ekki er heimilt að senda skýjasambandssameign fyrir hópa af þessum þjóni.", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Deiling %1$s mistókst, því þessu atriði er þegar deilt með notandanum %2$s", "Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda", + "Federated shares require read permissions" : "Sameignir í skýjasambandi krefjast lesheimilda", "File is already shared with %s" : "Skránni er þegar deilt með %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %1$s mistókst, gat ekki fundið %2$s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.", "Could not find share" : "Gat ekki fundið sameign", @@ -30,16 +31,22 @@ "Allow users on this server to receive group shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti hópsameignum frá öðrum þjónum", "Search global and public address book for users" : "Leita að notendum í víðværri og opinberri vistfangaskrá", "Allow users to publish their data to a global and public address book" : "Leifa notendum að birta gögnin sín í víðværri og opinberri vistfangaskrá", + "Unable to update federated files sharing config" : "Get ekki uppfært stillingar á deilingu með skýjasambandi", "Federated Cloud" : "Skýjasamband (federated)", "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Þú getur deilt með hverjum þeim sem notar Nextcloud-þjóna eða öðrum Open Cloud Mesh (OCM) samhæfðum þjónum og þjónustum! Settu bara skýjasambandsauðkennið þeirra (Federated Cloud ID) inn í deilingargluggann. Það lítur út svipað og einstaklingur@tölvuský.dæmi.is", "Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):", "Share it so your friends can share files with you:" : "Deildu þessu svo að vinir þínir geti deilt skrám með þér:", + "Facebook" : "Facebook", "Twitter" : "Twitter", + "Diaspora" : "Diaspora", "Add to your website" : "Bæta við vefsvæðið þitt", "Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud", "HTML Code:" : "HTML-kóði:", + "Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID, sjá {url}", "Share with me through my #Nextcloud Federated Cloud ID" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID", + "Cloud ID copied to the clipboard" : "Skýjasambandsauðkenni afritað á klippispjald", "Copy to clipboard" : "Afrita á klippispjald", + "Clipboard is not available" : "Klippispjald er ekki tiltækt", "Copied!" : "Afritað!" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index 1697e4d8729..d1141f3617f 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "Óþekkt villa kom upp", "File could not be uploaded" : "Gat ekki sent inn skrána", "Uploading …" : "Sendi inn …", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Sendi inn … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})", "Uploading that item is not supported" : "Innsending á þessu atriði er ekki studd", "Target folder does not exist any more" : "Markmappan er ekki lengur til", @@ -32,6 +34,8 @@ OC.L10N.register( "Move" : "Færa", "Copy" : "Afrita", "Choose target folder" : "Veldu úttaksmöppu", + "Set reminder" : "Setja áminningu", + "Edit locally" : "Breyta staðvært", "Open" : "Opna", "Delete file" : "Eyða skrá", "Delete folder" : "Eyða möppu", @@ -40,6 +44,9 @@ OC.L10N.register( "Could not load info for file \"{file}\"" : "Gat ekki lesið upplýsingar um skrána \"{file}\"", "Files" : "Skrár", "Details" : "Nánar", + "Apply tag(s) to selection" : "Beita merki/merkjum á valið", + "Select directory \"{dirName}\"" : "Veldu möppuna \"{dirName}\"", + "Select file \"{fileName}\"" : "Veldu skrána \"{fileName}\"", "Pending" : "Í bið", "Unable to determine date" : "Tókst ekki að ákvarða dagsetningu", "This operation is forbidden" : "Þessi aðgerð er bönnuð", @@ -59,6 +66,7 @@ OC.L10N.register( "Could not create file \"{file}\"" : "Gat ekki búið til skrána \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til", "Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til", + "Could not fetch file details \"{file}\"" : "Gat ekki sótt nánari upplýsingar um skrána \"{file}\"", "Error deleting file \"{fileName}\"." : "Villa við að eyða skránni \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Engar leitarniðurstöður í öðrum möppum fyrir {tag}{filter}{endtag}", "Name" : "Heiti", @@ -68,16 +76,28 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n skrá","%n skrár"], "{dirs} and {files}" : "{dirs} og {files}", "_including %n hidden_::_including %n hidden_" : ["þar á meðal %n falin","þar á meðal %n faldar"], + "You do not have permission to upload or create files here" : "Þú hefur ekki heimild til að senda inn eða búa til skrár hér", "_Uploading %n file_::_Uploading %n files_" : ["Sendi inn %n skrá","Sendi inn %n skrár"], "New" : "Nýtt", "Select file range" : "Veldu skráasvið", + "{used}%" : "{used}%", "{used} of {quota} used" : "{used} af {quota} notað", "{used} used" : "{used} notað", "\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.", "File name cannot be empty." : "Heiti skráar má ekki vera tómt", "\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.", "\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Geymslupláss {owner} er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Hópmappa {mountPoint} er full, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Ytra geymslupláss {mountPoint} er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "Your storage is full, files cannot be updated or synced anymore!" : "Geymsluplássið þitt er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Geymslupláss {owner} er næstum fullt ({usedSpacePercent}%).", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Hópmappan \"{mountPoint}\" er næstum full ({usedSpacePercent}%).", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Ytra geymsluplássið \"{mountPoint}\" er næstum fullt ({usedSpacePercent}%).", + "Your storage is almost full ({usedSpacePercent}%)." : "Geymsluplássið þitt er næstum fullt ({usedSpacePercent}%).", + "_matches \"{filter}\"_::_match \"{filter}\"_" : ["samsvarar \"{filter}\"","samsvara \"{filter}\""], "View in folder" : "Skoða í möppu", + "Direct link was copied (only works for users who have access to this file/folder)" : "Beinn tengill var afritaður (virkar bara fyrir notendur sem eiga aðgang að þessari skrá/möppu)", "Path" : "Slóð", "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"], "Favorited" : "Sett í eftirlæti", @@ -132,10 +152,41 @@ OC.L10N.register( "Ownership transfer done" : "Millifærslu eignarhalds er lokið", "in %s" : "í %s", "File Management" : "Skráastjórnun", + "Reload current directory" : "Endurhlaða núverandi möppu", + "Go to the \"{dir}\" directory" : "Fara í heimamöppu", + "Drag and drop files here to upload" : "Dragðu og slepptu hér skrám til að senda inn", + "Upload successful" : "Innsending tókst", + "\"{displayName}\" action executed successfully" : "Tókst að framkvæma \"{displayName}\" aðgerð", + "\"{displayName}\" action failed" : "\"{displayName}\" aðgerð mistókst", + "Select the row for {displayName}" : "Veldu röðina fyrir {displayName}", + "Rename file" : "Endurnefna skrá", + "File name" : "Skráarheiti", "Folder name" : "Nafn möppu", + "This node is unavailable" : "Þessi hnútur er ekki tiltækur", + "Download file {name}" : "Sækja skrá {name}", + "\"{name}\" is not an allowed filetype." : "\"{name}\" er óleyfileg skráartegund.", + "{newName} already exists." : "{newName} er þegar til.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" er er ekki leyfilegt innan í skráarheiti.", "Name cannot be empty" : "Heiti má ekki vera tómt", + "Another entry with the same name already exists" : "Önnur færsla með sama heiti er þegar til staðar", + "Renamed \"{oldName}\" to \"{newName}\"" : "Endurnefndi \"{oldName}\" sem \"{newName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Gat ekki endurnefnt \"{oldName}\", það er ekki lengur til staðar", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{newName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", + "Could not rename \"{oldName}\"" : "Tókst ekki að endurnefna \"{oldName}\"", + "Could not copy {file}. {message}" : "Gat ekki afritað {file}. {message}", + "Could not move {file}. {message}" : "Gat ekki fært {file}. {message}", "Select all" : "Velja allt", + "Unselect all" : "Afvelja allt", + "Sort list by {column}" : "Raða lista eftir {column}", + "{summaryFile} and {summaryFolder}" : "{summaryFile} og {summaryFolder}", + "List of files and folders." : "Listi yfir skrár og möppur.", "File not found" : "Skrá finnst ekki", + "_{count} file_::_{count} files_" : ["{count} skrá","{count} skrár"], + "_{count} folder_::_{count} folders_" : ["{count} mappa","{count} möppur"], + "Storage informations" : "Upplýsingar um geymslurými", + "{usedQuotaByte} used" : "{usedQuotaByte} notað", + "{relative}% used" : "{relative}% notað", + "Could not refresh storage stats" : "Gat ekki uppfært tölfræði fyrir geymslurými", "Transfer ownership of a file or folder" : "Millifæra eignarhald skráar eða möppu", "Choose file or folder to transfer" : "Veldu skrá eða möppu til að millifæra", "Change" : "Breyta", @@ -146,32 +197,66 @@ OC.L10N.register( "Invalid path selected" : "Ógild slóð valin", "Unknown error" : "Óþekkt villa", "Ownership transfer request sent" : "Beiðni um millifærslu eignarhalds send", + "Cannot transfer ownership of a file or folder you do not own" : "Ekki er hægt að millifæra eignarhald á skrá eða möppu sem þú átt ekki", + "Select file or folder to link to" : "Veldu skrá eða möppu til að tengja í", + "Loading current folder" : "Hleð inn núverandi möppu", "No files in here" : "Engar skrár hér", "Upload some content or sync with your devices!" : "Sendu inn eitthvað efni eða samstilltu við tækin þín!", + "Go to the previous folder" : "Fara í fyrri möppu", "Go back" : "Fara til baka", + "Share" : "Deila", "Shared by link" : "Deilt með tengli", "Shared" : "Sameiginlegt", + "Switch to list view" : "Skipta yfir í listasýn", + "Switch to grid view" : "Skipta yfir í reitasýn", + "File cannot be accessed" : "Skráin er ekki aðgengileg", + "Sort favorites first" : "Raða eftirlætum fremst", "Show hidden files" : "Sýna faldar skrár", "Crop image previews" : "Skera utan af forskoðun mynda", + "Enable the grid view" : "Virkja reitasýnina", "Additional settings" : "Valfrjálsar stillingar", "WebDAV" : "WebDAV", "Copy to clipboard" : "Afrita á klippispjald", "Use this address to access your Files via WebDAV" : "Notaðu þetta vistfang til að nálgast skrárnar þínar með WebDAV", + "Clipboard is not available" : "Klippispjald er ekki tiltækt", + "WebDAV URL copied to clipboard" : "WebDAV-slóð afrituð á klippispjaldið", "Error while loading the file data" : "Villa við að hlaða inn skráagögnum", + "Pick a template for {name}" : "Veldu sniðmát fyrir {name}", "Create" : "Búa til", "Create a new file with the selected template" : "Búa til nýja skrá úr völdu sniðmáti", "Creating file" : "Bý til skrá", "Blank" : "Tóm", "Unable to create new file from template" : "Tekst ekki að búa til nýja skrá út frá sniðmáti", "Delete permanently" : "Eyða varanlega", + "Destination is not a folder" : "Áfangastaðurinn er ekki mappa", + "This file/folder is already in that directory" : "Þessi skrá/mappa er þegar í þessari möppu", + "A file or folder with that name already exists in this folder" : "Skrá eða mappa með þessu heiti er þegar til staðar í þessari möppu", + "The files is locked" : "Skráin er læst", + "The file does not exist anymore" : "Skráin er ekki lengur til", + "Chose destination" : "Veldu áfangastað", "Copy to {target}" : "Afrita í {target}", "Move to {target}" : "Færa í {target}", + "Open folder {displayName}" : "Opna möppu {displayName}", + "Open in Files" : "Opna í skrám", "Open details" : "Opna nánari upplýsingar", + "Create new templates folder" : "Búa til nýja sniðmátamöppu", "Templates" : "Sniðmát", "Unable to initialize the templates directory" : "Tókst ekki að frumstilla sniðmátamöppuna", + "Created new folder \"{name}\"" : "Bjó til nýja möppu \"{name}\"", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} möppur"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} skrá","{fileCount} skrár"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 skrá og {folderCount} mappa","1 skrá og {folderCount} möppur"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} skrá og 1 mappa","{fileCount} skrár og 1 mappa"], + "{fileCount} files and {folderCount} folders" : "{fileCount} skrár og {folderCount} möppur", + "List of favorites files and folders." : "Listi yfir eftirlætisskrár og möppur.", "No favorites yet" : "Engin eftirlæti ennþá", "Files and folders you mark as favorite will show up here" : "Skrár og möppur sem þú merkir sem eftirlæti birtast hér", "All files" : "Allar skrár", + "List of your files and folders." : "Listi yfir skrárnar þínar og möppur.", + "List of recently modified files and folders." : "Listi yfir nýlega breyttar skrár og möppur.", + "No recently modified files" : "Engar nýlega breyttar skrár", + "Files and folders you recently modified will show up here." : "Skrár og möppur sem þú breyttir nýlega birtast hér.", + "Toggle %1$s sublist" : "Víxla %1$s undirlistanum af/á", "No entries found in this folder" : "Engar skrár fundust í þessari möppu", "Upload too large" : "Innsend skrá er of stór", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.", @@ -188,6 +273,14 @@ OC.L10N.register( "Shared with you" : "Deilt með þér", "Deleted shares" : "Eyddar sameignir", "Pending shares" : "Sameignir í bið", - "Choose" : "Velja" + "This file has the tag {tag}" : "Þessi skrá er með merkið {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Þessi skrá er með merkin {firstTags} og {lastTag}", + "Open folder {name}" : "Opna möppu {name}", + "ascending" : "hækkandi", + "descending" : "lækkandi", + "Sort list by {column} ({direction})" : "Raða lista eftir {column} ({direction})", + "Search for an account" : "Leita að notandaaðgangi", + "Choose" : "Velja", + "No files or folders have been deleted yet" : "Engum skrám eða möppum hefur enn verið eytt" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json index 7b0d740e163..f71956cb99b 100644 --- a/apps/files/l10n/is.json +++ b/apps/files/l10n/is.json @@ -20,6 +20,8 @@ "An unknown error has occurred" : "Óþekkt villa kom upp", "File could not be uploaded" : "Gat ekki sent inn skrána", "Uploading …" : "Sendi inn …", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Sendi inn … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})", "Uploading that item is not supported" : "Innsending á þessu atriði er ekki studd", "Target folder does not exist any more" : "Markmappan er ekki lengur til", @@ -30,6 +32,8 @@ "Move" : "Færa", "Copy" : "Afrita", "Choose target folder" : "Veldu úttaksmöppu", + "Set reminder" : "Setja áminningu", + "Edit locally" : "Breyta staðvært", "Open" : "Opna", "Delete file" : "Eyða skrá", "Delete folder" : "Eyða möppu", @@ -38,6 +42,9 @@ "Could not load info for file \"{file}\"" : "Gat ekki lesið upplýsingar um skrána \"{file}\"", "Files" : "Skrár", "Details" : "Nánar", + "Apply tag(s) to selection" : "Beita merki/merkjum á valið", + "Select directory \"{dirName}\"" : "Veldu möppuna \"{dirName}\"", + "Select file \"{fileName}\"" : "Veldu skrána \"{fileName}\"", "Pending" : "Í bið", "Unable to determine date" : "Tókst ekki að ákvarða dagsetningu", "This operation is forbidden" : "Þessi aðgerð er bönnuð", @@ -57,6 +64,7 @@ "Could not create file \"{file}\"" : "Gat ekki búið til skrána \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Gat ekki búið til skrána \"{file}\" vegna þess að hún er þegar til", "Could not create folder \"{dir}\" because it already exists" : "Gat ekki búið til möppuna \"{dir}\" vegna þess að hún er þegar til", + "Could not fetch file details \"{file}\"" : "Gat ekki sótt nánari upplýsingar um skrána \"{file}\"", "Error deleting file \"{fileName}\"." : "Villa við að eyða skránni \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Engar leitarniðurstöður í öðrum möppum fyrir {tag}{filter}{endtag}", "Name" : "Heiti", @@ -66,16 +74,28 @@ "_%n file_::_%n files_" : ["%n skrá","%n skrár"], "{dirs} and {files}" : "{dirs} og {files}", "_including %n hidden_::_including %n hidden_" : ["þar á meðal %n falin","þar á meðal %n faldar"], + "You do not have permission to upload or create files here" : "Þú hefur ekki heimild til að senda inn eða búa til skrár hér", "_Uploading %n file_::_Uploading %n files_" : ["Sendi inn %n skrá","Sendi inn %n skrár"], "New" : "Nýtt", "Select file range" : "Veldu skráasvið", + "{used}%" : "{used}%", "{used} of {quota} used" : "{used} af {quota} notað", "{used} used" : "{used} notað", "\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.", "File name cannot be empty." : "Heiti skráar má ekki vera tómt", "\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.", "\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Geymslupláss {owner} er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Hópmappa {mountPoint} er full, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Ytra geymslupláss {mountPoint} er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "Your storage is full, files cannot be updated or synced anymore!" : "Geymsluplássið þitt er fullt, ekki er lengur hægt að uppfæra eða samstilla skrár!", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Geymslupláss {owner} er næstum fullt ({usedSpacePercent}%).", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Hópmappan \"{mountPoint}\" er næstum full ({usedSpacePercent}%).", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Ytra geymsluplássið \"{mountPoint}\" er næstum fullt ({usedSpacePercent}%).", + "Your storage is almost full ({usedSpacePercent}%)." : "Geymsluplássið þitt er næstum fullt ({usedSpacePercent}%).", + "_matches \"{filter}\"_::_match \"{filter}\"_" : ["samsvarar \"{filter}\"","samsvara \"{filter}\""], "View in folder" : "Skoða í möppu", + "Direct link was copied (only works for users who have access to this file/folder)" : "Beinn tengill var afritaður (virkar bara fyrir notendur sem eiga aðgang að þessari skrá/möppu)", "Path" : "Slóð", "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"], "Favorited" : "Sett í eftirlæti", @@ -130,10 +150,41 @@ "Ownership transfer done" : "Millifærslu eignarhalds er lokið", "in %s" : "í %s", "File Management" : "Skráastjórnun", + "Reload current directory" : "Endurhlaða núverandi möppu", + "Go to the \"{dir}\" directory" : "Fara í heimamöppu", + "Drag and drop files here to upload" : "Dragðu og slepptu hér skrám til að senda inn", + "Upload successful" : "Innsending tókst", + "\"{displayName}\" action executed successfully" : "Tókst að framkvæma \"{displayName}\" aðgerð", + "\"{displayName}\" action failed" : "\"{displayName}\" aðgerð mistókst", + "Select the row for {displayName}" : "Veldu röðina fyrir {displayName}", + "Rename file" : "Endurnefna skrá", + "File name" : "Skráarheiti", "Folder name" : "Nafn möppu", + "This node is unavailable" : "Þessi hnútur er ekki tiltækur", + "Download file {name}" : "Sækja skrá {name}", + "\"{name}\" is not an allowed filetype." : "\"{name}\" er óleyfileg skráartegund.", + "{newName} already exists." : "{newName} er þegar til.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" er er ekki leyfilegt innan í skráarheiti.", "Name cannot be empty" : "Heiti má ekki vera tómt", + "Another entry with the same name already exists" : "Önnur færsla með sama heiti er þegar til staðar", + "Renamed \"{oldName}\" to \"{newName}\"" : "Endurnefndi \"{oldName}\" sem \"{newName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Gat ekki endurnefnt \"{oldName}\", það er ekki lengur til staðar", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{newName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.", + "Could not rename \"{oldName}\"" : "Tókst ekki að endurnefna \"{oldName}\"", + "Could not copy {file}. {message}" : "Gat ekki afritað {file}. {message}", + "Could not move {file}. {message}" : "Gat ekki fært {file}. {message}", "Select all" : "Velja allt", + "Unselect all" : "Afvelja allt", + "Sort list by {column}" : "Raða lista eftir {column}", + "{summaryFile} and {summaryFolder}" : "{summaryFile} og {summaryFolder}", + "List of files and folders." : "Listi yfir skrár og möppur.", "File not found" : "Skrá finnst ekki", + "_{count} file_::_{count} files_" : ["{count} skrá","{count} skrár"], + "_{count} folder_::_{count} folders_" : ["{count} mappa","{count} möppur"], + "Storage informations" : "Upplýsingar um geymslurými", + "{usedQuotaByte} used" : "{usedQuotaByte} notað", + "{relative}% used" : "{relative}% notað", + "Could not refresh storage stats" : "Gat ekki uppfært tölfræði fyrir geymslurými", "Transfer ownership of a file or folder" : "Millifæra eignarhald skráar eða möppu", "Choose file or folder to transfer" : "Veldu skrá eða möppu til að millifæra", "Change" : "Breyta", @@ -144,32 +195,66 @@ "Invalid path selected" : "Ógild slóð valin", "Unknown error" : "Óþekkt villa", "Ownership transfer request sent" : "Beiðni um millifærslu eignarhalds send", + "Cannot transfer ownership of a file or folder you do not own" : "Ekki er hægt að millifæra eignarhald á skrá eða möppu sem þú átt ekki", + "Select file or folder to link to" : "Veldu skrá eða möppu til að tengja í", + "Loading current folder" : "Hleð inn núverandi möppu", "No files in here" : "Engar skrár hér", "Upload some content or sync with your devices!" : "Sendu inn eitthvað efni eða samstilltu við tækin þín!", + "Go to the previous folder" : "Fara í fyrri möppu", "Go back" : "Fara til baka", + "Share" : "Deila", "Shared by link" : "Deilt með tengli", "Shared" : "Sameiginlegt", + "Switch to list view" : "Skipta yfir í listasýn", + "Switch to grid view" : "Skipta yfir í reitasýn", + "File cannot be accessed" : "Skráin er ekki aðgengileg", + "Sort favorites first" : "Raða eftirlætum fremst", "Show hidden files" : "Sýna faldar skrár", "Crop image previews" : "Skera utan af forskoðun mynda", + "Enable the grid view" : "Virkja reitasýnina", "Additional settings" : "Valfrjálsar stillingar", "WebDAV" : "WebDAV", "Copy to clipboard" : "Afrita á klippispjald", "Use this address to access your Files via WebDAV" : "Notaðu þetta vistfang til að nálgast skrárnar þínar með WebDAV", + "Clipboard is not available" : "Klippispjald er ekki tiltækt", + "WebDAV URL copied to clipboard" : "WebDAV-slóð afrituð á klippispjaldið", "Error while loading the file data" : "Villa við að hlaða inn skráagögnum", + "Pick a template for {name}" : "Veldu sniðmát fyrir {name}", "Create" : "Búa til", "Create a new file with the selected template" : "Búa til nýja skrá úr völdu sniðmáti", "Creating file" : "Bý til skrá", "Blank" : "Tóm", "Unable to create new file from template" : "Tekst ekki að búa til nýja skrá út frá sniðmáti", "Delete permanently" : "Eyða varanlega", + "Destination is not a folder" : "Áfangastaðurinn er ekki mappa", + "This file/folder is already in that directory" : "Þessi skrá/mappa er þegar í þessari möppu", + "A file or folder with that name already exists in this folder" : "Skrá eða mappa með þessu heiti er þegar til staðar í þessari möppu", + "The files is locked" : "Skráin er læst", + "The file does not exist anymore" : "Skráin er ekki lengur til", + "Chose destination" : "Veldu áfangastað", "Copy to {target}" : "Afrita í {target}", "Move to {target}" : "Færa í {target}", + "Open folder {displayName}" : "Opna möppu {displayName}", + "Open in Files" : "Opna í skrám", "Open details" : "Opna nánari upplýsingar", + "Create new templates folder" : "Búa til nýja sniðmátamöppu", "Templates" : "Sniðmát", "Unable to initialize the templates directory" : "Tókst ekki að frumstilla sniðmátamöppuna", + "Created new folder \"{name}\"" : "Bjó til nýja möppu \"{name}\"", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} möppur"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} skrá","{fileCount} skrár"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 skrá og {folderCount} mappa","1 skrá og {folderCount} möppur"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} skrá og 1 mappa","{fileCount} skrár og 1 mappa"], + "{fileCount} files and {folderCount} folders" : "{fileCount} skrár og {folderCount} möppur", + "List of favorites files and folders." : "Listi yfir eftirlætisskrár og möppur.", "No favorites yet" : "Engin eftirlæti ennþá", "Files and folders you mark as favorite will show up here" : "Skrár og möppur sem þú merkir sem eftirlæti birtast hér", "All files" : "Allar skrár", + "List of your files and folders." : "Listi yfir skrárnar þínar og möppur.", + "List of recently modified files and folders." : "Listi yfir nýlega breyttar skrár og möppur.", + "No recently modified files" : "Engar nýlega breyttar skrár", + "Files and folders you recently modified will show up here." : "Skrár og möppur sem þú breyttir nýlega birtast hér.", + "Toggle %1$s sublist" : "Víxla %1$s undirlistanum af/á", "No entries found in this folder" : "Engar skrár fundust í þessari möppu", "Upload too large" : "Innsend skrá er of stór", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.", @@ -186,6 +271,14 @@ "Shared with you" : "Deilt með þér", "Deleted shares" : "Eyddar sameignir", "Pending shares" : "Sameignir í bið", - "Choose" : "Velja" + "This file has the tag {tag}" : "Þessi skrá er með merkið {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Þessi skrá er með merkin {firstTags} og {lastTag}", + "Open folder {name}" : "Opna möppu {name}", + "ascending" : "hækkandi", + "descending" : "lækkandi", + "Sort list by {column} ({direction})" : "Raða lista eftir {column} ({direction})", + "Search for an account" : "Leita að notandaaðgangi", + "Choose" : "Velja", + "No files or folders have been deleted yet" : "Engum skrám eða möppum hefur enn verið eytt" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index c2f2b328c8e..b5d873b208e 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -200,7 +200,10 @@ OC.L10N.register( "Sort list by {column}" : "Razvrsti seznam po stolpcu {column}", "{summaryFile} and {summaryFolder}" : "{summaryFile} in {summaryFolder}", "List of files and folders." : "Seznam datotek in map", + "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam datotek ni v celoti izpisan zaradi zagotavljanja hitrosti in odzivnosti sistema. Predmeti se bodo dopolnjevali med brskanjem.", "File not found" : "Datoteke ni mogoče najti", + "_{count} file_::_{count} files_" : ["{count} datoteka","{count} datoteki","{count} datoteke","{count} datotek"], + "_{count} folder_::_{count} folders_" : ["{count} mapa","{count} mapi","{count} mape","{count} map"], "Storage informations" : "Podrobnosti shrambe", "{usedQuotaByte} used" : "Zasedeno {usedQuotaByte}", "{relative}% used" : "Zasedeno {relative} %", @@ -267,6 +270,12 @@ OC.L10N.register( "Create new templates folder" : "Ustvari novo začasno mapo", "Templates" : "Predloge", "Unable to initialize the templates directory" : "Ni mogoče začeti mape predlog", + "Created new folder \"{name}\"" : "Ustvarjena je nova mapa »{name}«.", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], + "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "No favorites yet" : "Ni še dodanih priljubljenih predmetov", "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.", diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index 52cad9f4d36..c2f43be8708 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -198,7 +198,10 @@ "Sort list by {column}" : "Razvrsti seznam po stolpcu {column}", "{summaryFile} and {summaryFolder}" : "{summaryFile} in {summaryFolder}", "List of files and folders." : "Seznam datotek in map", + "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam datotek ni v celoti izpisan zaradi zagotavljanja hitrosti in odzivnosti sistema. Predmeti se bodo dopolnjevali med brskanjem.", "File not found" : "Datoteke ni mogoče najti", + "_{count} file_::_{count} files_" : ["{count} datoteka","{count} datoteki","{count} datoteke","{count} datotek"], + "_{count} folder_::_{count} folders_" : ["{count} mapa","{count} mapi","{count} mape","{count} map"], "Storage informations" : "Podrobnosti shrambe", "{usedQuotaByte} used" : "Zasedeno {usedQuotaByte}", "{relative}% used" : "Zasedeno {relative} %", @@ -265,6 +268,12 @@ "Create new templates folder" : "Ustvari novo začasno mapo", "Templates" : "Predloge", "Unable to initialize the templates directory" : "Ni mogoče začeti mape predlog", + "Created new folder \"{name}\"" : "Ustvarjena je nova mapa »{name}«.", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], + "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "No favorites yet" : "Ni še dodanih priljubljenih predmetov", "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.", diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index 2653a2db5ba..6b9b8a6a6ee 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -129,6 +129,8 @@ OC.L10N.register( "Group" : "Hópur", "Email" : "Tölvupóstur", "Circle" : "Hringur", + "Talk conversation" : "Samtal í Talk-spjalli", + "Deck board" : "Deck-borð", "on {server}" : "á {server}", "Advanced settings" : "Ítarlegri valkostir", "Set password" : "Stilltu lykilorð", @@ -140,6 +142,7 @@ OC.L10N.register( "Delete share" : "Eyða sameign", "Expires {relativetime}" : "Rennur út {relativetime}", "Shared with you by {owner}" : "Deilt með þér af {owner}", + "Open in Files" : "Opna í skrám", "Shared" : "Deilt", "Link to a file" : "Tengill í skrá", "Shared by" : "Deilt af", diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index c637019078b..2e0cfaff12e 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -127,6 +127,8 @@ "Group" : "Hópur", "Email" : "Tölvupóstur", "Circle" : "Hringur", + "Talk conversation" : "Samtal í Talk-spjalli", + "Deck board" : "Deck-borð", "on {server}" : "á {server}", "Advanced settings" : "Ítarlegri valkostir", "Set password" : "Stilltu lykilorð", @@ -138,6 +140,7 @@ "Delete share" : "Eyða sameign", "Expires {relativetime}" : "Rennur út {relativetime}", "Shared with you by {owner}" : "Deilt með þér af {owner}", + "Open in Files" : "Opna í skrám", "Shared" : "Deilt", "Link to a file" : "Tengill í skrá", "Shared by" : "Deilt af", diff --git a/apps/files_versions/l10n/fi.js b/apps/files_versions/l10n/fi.js index 793767ae90c..42c1881728e 100644 --- a/apps/files_versions/l10n/fi.js +++ b/apps/files_versions/l10n/fi.js @@ -5,6 +5,7 @@ OC.L10N.register( "This application automatically maintains older versions of files that are changed." : "Tämä sovellus säilyttää automaattisesti vanhempia versioita muuttuneista tiedostoista.", "Name this version" : "Nimeä tämä versio", "Edit version name" : "Muokkaa version nimeä", + "Compare to current version" : "Vertaa nykyiseen versioon", "Restore version" : "Palauta versio", "Download version" : "Lataa versio", "Delete version" : "Poista versio", @@ -12,6 +13,7 @@ OC.L10N.register( "Remove version name" : "Poista version nimi", "Save version name" : "Tallenna version nimi", "Current version" : "Nykyinen versio", + "Initial version" : "Ensimmäinen versio", "Initial version restored" : "Ensimmäinen versio palautettu", "Version restored" : "Versio palautettu", "Could not restore version" : "Versiota ei voitu palauttaa", diff --git a/apps/files_versions/l10n/fi.json b/apps/files_versions/l10n/fi.json index 6b5dfcea476..06149e459e4 100644 --- a/apps/files_versions/l10n/fi.json +++ b/apps/files_versions/l10n/fi.json @@ -3,6 +3,7 @@ "This application automatically maintains older versions of files that are changed." : "Tämä sovellus säilyttää automaattisesti vanhempia versioita muuttuneista tiedostoista.", "Name this version" : "Nimeä tämä versio", "Edit version name" : "Muokkaa version nimeä", + "Compare to current version" : "Vertaa nykyiseen versioon", "Restore version" : "Palauta versio", "Download version" : "Lataa versio", "Delete version" : "Poista versio", @@ -10,6 +11,7 @@ "Remove version name" : "Poista version nimi", "Save version name" : "Tallenna version nimi", "Current version" : "Nykyinen versio", + "Initial version" : "Ensimmäinen versio", "Initial version restored" : "Ensimmäinen versio palautettu", "Version restored" : "Versio palautettu", "Could not restore version" : "Versiota ei voitu palauttaa", diff --git a/apps/lookup_server_connector/l10n/is.js b/apps/lookup_server_connector/l10n/is.js new file mode 100644 index 00000000000..e5914d265d2 --- /dev/null +++ b/apps/lookup_server_connector/l10n/is.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Tengi fyrir uppflettingaþjón", + "Sync public user information with the lookup server" : "Samstilltu opinberar upplýsingar notenda við uppflettingaþjóninn" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/lookup_server_connector/l10n/is.json b/apps/lookup_server_connector/l10n/is.json new file mode 100644 index 00000000000..8f025b2dcff --- /dev/null +++ b/apps/lookup_server_connector/l10n/is.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Tengi fyrir uppflettingaþjón", + "Sync public user information with the lookup server" : "Samstilltu opinberar upplýsingar notenda við uppflettingaþjóninn" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/provisioning_api/l10n/ro.js b/apps/provisioning_api/l10n/ro.js index 27c147485f2..ee35fa15cd8 100644 --- a/apps/provisioning_api/l10n/ro.js +++ b/apps/provisioning_api/l10n/ro.js @@ -1,6 +1,16 @@ OC.L10N.register( "provisioning_api", { + "Logged in user must be an administrator or have authorization to edit this setting." : "Utilizatorul trebuie să fie un administrator sau să fie autorizat să editeze această setare.", + "User already exists" : "Utilizatorul există deja", + "Email confirmation" : "Confirmare email", + "To enable the email address %s please click the button below." : "Pentru a activa adresa de mail %s apăsați butonul de mai jos.", + "Confirm" : "Confirmă", + "Email was already removed from account and cannot be confirmed anymore." : "Emailul a fost eliminat din cont și nu mai poate fi reconfirmat.", + "Could not verify mail because the token is expired." : "Nu se poate verifica emailul deoarece tokenul a exirat.", + "Could not verify mail because the token is invalid." : "Nu se poate verifica emailul deoarece tokenul este invalid.", + "An unexpected error occurred. Please contact your admin." : "A apărut o eroare neașteptată. Contactați administratorul.", + "Email confirmation successful" : "Confirmare email cu succes", "Provisioning API" : "API de provizionare", "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Această aplicație pornește un set de API-uri ce pot fi folosite de systemele externe pentru a gestiona utilizatori, grupuri și aplicații. ", "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Această aplicație permite unui set de API-uri ce pot fi folosite de sustemele externe pentru a creea, edita, șterge și a interoga utilizatori\n\t\tatribute, interogare, setare și eliminare grupuri, setare cote și interogare stocare totală utilizată în Nextcloud. Utilizatorii grupului admin\n\t\tpot de asemenea iteroga Nextcloud și îndeplini aceleași funcții ca și grupul de admini pe care îi și gestionează. API-ul permite \n\t\tunui administrator să caute aplicații active Nextcloud, informații despre aplicații și informații legate de activarea sau dezactivarea unei aplicații de la distanță.\n\t\tOdată ce aplicația este activată, solicitările HTTP pot fi utilizate printr-un antet Basic Auth pentru a efectua oricare dintre funcțiile\n\t\tmenționate mai sus. Mai multe informații sunt prezente în documentatie de provizionare de API, inclusiv exemple de interogări\n\t\tși răspunsul primit de la server." diff --git a/apps/provisioning_api/l10n/ro.json b/apps/provisioning_api/l10n/ro.json index 7fdcd734afb..eafdab0876b 100644 --- a/apps/provisioning_api/l10n/ro.json +++ b/apps/provisioning_api/l10n/ro.json @@ -1,4 +1,14 @@ { "translations": { + "Logged in user must be an administrator or have authorization to edit this setting." : "Utilizatorul trebuie să fie un administrator sau să fie autorizat să editeze această setare.", + "User already exists" : "Utilizatorul există deja", + "Email confirmation" : "Confirmare email", + "To enable the email address %s please click the button below." : "Pentru a activa adresa de mail %s apăsați butonul de mai jos.", + "Confirm" : "Confirmă", + "Email was already removed from account and cannot be confirmed anymore." : "Emailul a fost eliminat din cont și nu mai poate fi reconfirmat.", + "Could not verify mail because the token is expired." : "Nu se poate verifica emailul deoarece tokenul a exirat.", + "Could not verify mail because the token is invalid." : "Nu se poate verifica emailul deoarece tokenul este invalid.", + "An unexpected error occurred. Please contact your admin." : "A apărut o eroare neașteptată. Contactați administratorul.", + "Email confirmation successful" : "Confirmare email cu succes", "Provisioning API" : "API de provizionare", "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Această aplicație pornește un set de API-uri ce pot fi folosite de systemele externe pentru a gestiona utilizatori, grupuri și aplicații. ", "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Această aplicație permite unui set de API-uri ce pot fi folosite de sustemele externe pentru a creea, edita, șterge și a interoga utilizatori\n\t\tatribute, interogare, setare și eliminare grupuri, setare cote și interogare stocare totală utilizată în Nextcloud. Utilizatorii grupului admin\n\t\tpot de asemenea iteroga Nextcloud și îndeplini aceleași funcții ca și grupul de admini pe care îi și gestionează. API-ul permite \n\t\tunui administrator să caute aplicații active Nextcloud, informații despre aplicații și informații legate de activarea sau dezactivarea unei aplicații de la distanță.\n\t\tOdată ce aplicația este activată, solicitările HTTP pot fi utilizate printr-un antet Basic Auth pentru a efectua oricare dintre funcțiile\n\t\tmenționate mai sus. Mai multe informații sunt prezente în documentatie de provizionare de API, inclusiv exemple de interogări\n\t\tși răspunsul primit de la server." diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 8d3139be1a1..c46f2ae02d8 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -123,11 +123,14 @@ OC.L10N.register( "The old server-side-encryption format is enabled. We recommend disabling this." : "Vanha palvelinpuolen salausmenetelmä on käytössä. Suosittelemme sen ottamista pois käytöstä.", "Supported" : "Tuettu", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-asennuksessasi ei ole FreeType-tukea, ja siitä aiheutuu profiilikuvien sekä asetuskäyttöliittymän rikkoutuminen.", + "PHP version" : "PHP-versio", "You are currently running PHP %s." : "Käytät PHP:n versiota %s.", + "Database version" : "Tietokannan versio", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Architecture" : "Arkkitehtuuri", + "64-bit" : "64-bit", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tietokantaasi ei suoriteta \"READ COMMITTED\"-transaktioeristystasolla. Tämä saattaa aiheuttaa ongelmia, kun useita toimintoja suoritetaan rinnakkaisesti.", "Profile information" : "Profiilitiedot", "Nextcloud settings" : "Nextcloud-asetukset", @@ -182,6 +185,7 @@ OC.L10N.register( "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Esitellyt sovellukset on yhteisön itsensä kehitettämiä. Ne tarjoavat keskeisiä toimintoja ja ovat valmiita tuotantokäyttöön.", "Featured" : "Poiminta", "Update to {update}" : "Päivitä versioon {update}", + "Rating: {score}/10" : "Arvostelu: {score}/10", "All apps are up-to-date." : "Kaikki sovellukset ovat ajan tasalla.", "Icon" : "Kuvake", "Name" : "Nimi", @@ -422,6 +426,8 @@ OC.L10N.register( "Organisation" : "Organisaatio", "Phone number" : "Puhelinnumero", "Role" : "Rooli", + "X (formerly Twitter)" : "X (aiemmin Twitter)", + "Fediverse (e.g. Mastodon)" : "Fediverse (esim. Mastodon)", "Website" : "Verkkosivusto", "Profile visibility" : "Profiilin näkyvyys", "Locale" : "Aluekohtainen asetus", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index e14245f2c23..63f335a0f02 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -121,11 +121,14 @@ "The old server-side-encryption format is enabled. We recommend disabling this." : "Vanha palvelinpuolen salausmenetelmä on käytössä. Suosittelemme sen ottamista pois käytöstä.", "Supported" : "Tuettu", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-asennuksessasi ei ole FreeType-tukea, ja siitä aiheutuu profiilikuvien sekä asetuskäyttöliittymän rikkoutuminen.", + "PHP version" : "PHP-versio", "You are currently running PHP %s." : "Käytät PHP:n versiota %s.", + "Database version" : "Tietokannan versio", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Architecture" : "Arkkitehtuuri", + "64-bit" : "64-bit", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tietokantaasi ei suoriteta \"READ COMMITTED\"-transaktioeristystasolla. Tämä saattaa aiheuttaa ongelmia, kun useita toimintoja suoritetaan rinnakkaisesti.", "Profile information" : "Profiilitiedot", "Nextcloud settings" : "Nextcloud-asetukset", @@ -180,6 +183,7 @@ "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Esitellyt sovellukset on yhteisön itsensä kehitettämiä. Ne tarjoavat keskeisiä toimintoja ja ovat valmiita tuotantokäyttöön.", "Featured" : "Poiminta", "Update to {update}" : "Päivitä versioon {update}", + "Rating: {score}/10" : "Arvostelu: {score}/10", "All apps are up-to-date." : "Kaikki sovellukset ovat ajan tasalla.", "Icon" : "Kuvake", "Name" : "Nimi", @@ -420,6 +424,8 @@ "Organisation" : "Organisaatio", "Phone number" : "Puhelinnumero", "Role" : "Rooli", + "X (formerly Twitter)" : "X (aiemmin Twitter)", + "Fediverse (e.g. Mastodon)" : "Fediverse (esim. Mastodon)", "Website" : "Verkkosivusto", "Profile visibility" : "Profiilin näkyvyys", "Locale" : "Aluekohtainen asetus", diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index 898598d482a..60922d9eebd 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -30,6 +30,7 @@ OC.L10N.register( "{actor} changed your password" : "{actor} breytti lykilorðinu þínu", "You changed your password" : "Þú breyttir lykilorðinu þínu", "Your password was reset by an administrator" : "Kerfisstjóri breytti lykilorðinu þínu", + "Your password was reset" : "Lykilorðið þitt hefur verið endursett", "{actor} changed your email address" : "{actor} breytti tölvupóstfanginu þínu", "You changed your email address" : "Þú breyttir tölvupóstfanginu þínu", "Your email address was changed by an administrator" : "Kerfisstjóri breytti tölvupóstfanginu þínu", @@ -44,33 +45,46 @@ OC.L10N.register( "Remote wipe has finished on %1$s" : "Fjartengdri útþurrkun er lokið á %1$s", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Breyting hefur orðið á <strong>lykilorði</strong> eða <strong>tölvupóstfangi</strong> þínu", "Apps" : "Forrit", + "Could not remove app." : "Gat ekki fjarlægt forrit.", + "Could not update app." : "Gat ekki uppfært forrit.", "Wrong password" : "Rangt lykilorð", + "Unable to change personal password" : "Ekki tókst að breyta persónulegu lykilorði", "Saved" : "Vistað", "No user supplied" : "Enginn notandi gefinn", + "Unable to change password. Password too long." : "Ekki tókst að breyta lykilorði. Lykilorðið er of langt.", "Authentication error" : "Villa við auðkenningu", "Please provide an admin recovery password; otherwise, all user data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll notandagögn tapast.", "Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.", + "Backend does not support password change, but the user's encryption key was updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.", + "installing and updating apps via the App Store or Federated Cloud Sharing" : "uppsetning eða uppfærsla forrita úr forritabúð eða með skýjasambandi", "Federated Cloud Sharing" : "Deiling með skýjasambandi", "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL er að nota úrelda útgáfu af %1$s (%2$s). Uppfærðu stýrikerfið þitt, annars er hætt við að eiginleikar á borð við %3$s virki ekki sem skyldi.", + "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP Opcache er ekki hlaðið inn. Fyrir betri afköst mælum við með að því sé hlaðið inn í PHP-uppsetninguna þína.", + "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "PHP Opcache er ekki virkt. Fyrir betri afköst mælum við með að setja <code>opcache.enable=1</code> inn í PHP-uppsetninguna þína.", "Administrator documentation" : "Hjálparskjöl stjórnanda", "User documentation" : "Hjálparskjöl notenda", + "Nextcloud help overview" : "Efnisyfirlit Nextcloud-hjálpar", "Invalid SMTP password." : "Ógilt SMTP-lykilorð", "Email setting test" : "Prófa tölvupóststillingar", "Well done, %s!" : "Vel gert, %s!", "If you received this email, the email configuration seems to be correct." : "Fyrst að þú fékkst þennan tölvupóst, þá lítur út fyrir að tölvupóstuppsetningin sé í lagi.", "Email could not be sent. Check your mail server log" : "Ekki var hægt að senda póst. Skoðaðu annál póstþjónsins", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Vandamál kom upp við að senda tölvupóst. Farðu yfir stillingarnar þínar. (Villa: %s)", + "You need to set your user email before being able to send test emails. Go to %s for that." : "Þú verður að gefa upp tölvupóstfangið þitt svo að þú getir sent prófunarpósta. Farðu á %s til þess.", "Users" : "Notendur", "Invalid user" : "Ógildur notandi", "Invalid mail address" : "Ógilt tölvupóstfang", "Settings saved" : "Stillingar vistaðar", "Unable to change full name" : "Get ekki breytt fullu nafni", "Unable to change email address" : "Get ekki breytt tölvupóstfangi", + "Unable to set invalid phone number" : "Get ekki sett ógilt símanúmer", + "Unable to set invalid website" : "Get ekki sett ógilt vefsvæði", "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Til að sannprófa Twitter-aðganginn þinn, sendu þá eftirfarandi tíst á Twitter (gakktu úr skugga um að skeytinu sé ekki skipt í línur):", "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Til að sannprófa vefsvæðið þitt, vistaðu eftirfarandi efni á vefrótinni þinni (web-root) á '.well-known/CloudIdVerificationCode.txt' (gakktu úr skugga um að allur textinn sé í einni línu):", "%1$s changed your password on %2$s." : "%1$s breytti lykilorðinu þínu á %2$s.", "Your password on %s was changed." : "Lykilorðinu þínu á %s hefur verið breytt.", "Your password on %s was reset by an administrator." : "Kerfisstjóri breytti lykilorðinu þínu á %s.", + "Your password on %s was reset." : "Lykilorðinu þínu á %s hefur verið breytt.", "Password for %1$s changed on %2$s" : "Lykilorð fyrir %1$s breyttist %2$s", "Password changed for %s" : "Lykilorð breyttist fyrir %s", "If you did not request this, please contact an administrator." : "Ef þú baðst ekki um þetta, hafðu þá samband við kerfisstjóra.", @@ -92,10 +106,13 @@ OC.L10N.register( "Personal" : "Einka", "Administration" : "Stjórnun", "Additional settings" : "Valfrjálsar stillingar", + "Artificial Intelligence" : "Gervigreind", + "Administration privileges" : "Kerfisstjórnunarheimildir", "Groupware" : "Hópvinnukerfi", "Overview" : "Yfirlit", "Basic settings" : "Grunnstillingar", "Sharing" : "Deiling", + "Availability" : "Aðgengileiki", "Calendar" : "Dagatal", "Personal info" : "Persónulegar upplýsingar", "Mobile & desktop" : "Farsímar og borðtölvur", @@ -104,32 +121,86 @@ OC.L10N.register( "Background jobs" : "Verk í bakgrunni", "Unlimited" : "ótakmörkuðu", "Verifying" : "Sannreyni", + "Email test" : "Prófa tölvupóststillingar", + "File locking" : "Skráalæsing", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál.", + "Internet connectivity" : "Tenging við internet", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Þessi þjónn er ekki með virka internettengingu: ekki náðis tenging við fjölmarga endapunkta. Þetta þýðir að sumir eiginleikar eins og að virkja ytri gagnageymslu, tilkynningar um uppfærslur eða uppsetningu á forritum þriðja aðila, mun ekki virka. Fjartengdur aðgangur að skrám og sending tilkynninga í tölvupósti virka líklega ekki heldur. Við leggjum til að internettenging sé virkjuð fyrir þennan vefþjón ef þú vilt hafa alla eiginleika tiltæka.", + "Old server-side-encryption" : "Eldri gerð dulritunar á þjóni", "Disabled" : "Óvirkt", + "Memcache" : "Memcache", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ekkert skyndiminni (cache) hefur verið stillt Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt.", + "PHP default charset" : "Sjálfgefin stafatafla PHP", + "Freetype" : "Freetype", "Supported" : "Stutt", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-uppsetningin er ekki með stuðning við Free Type. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.", + "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.", + "PHP memory limit" : "Minnismörk PHP", + "The PHP memory limit is below the recommended value of %s." : "Minnismörk PHP eru lægri en gildið sem mælt er með; %s.", + "PHP modules" : "PHP-einingar", + "This instance is missing some required PHP modules. It is required to install them: %s." : "Í þetta kerfistilvik vantar ýmsar nauðsynlegar PHP-einingar. Mælt er eindregið með að setja þær upp: %s.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "Í þetta kerfistilvik vantar ýmsar PHP-einingar sem mælt er með. Til að bæta afköst og betri samhæfni er mælt eindregið með að setja þær upp: %s.", + "PHP version" : "PHP-útgáfa", + "You are currently running PHP %s." : "Þú ert núna að keyra PHP %s.", + "Random generator" : "Slembigjafi", + "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum.", + "Secure" : "Öruggt", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.", + "Nextcloud configuration file is writable" : "Stillingaskrá Nextcloud er ritanleg", + "Database version" : "Útgáfa gagnagrunns", + "Unknown database platform" : "Óþekkt gagnagrunnskerfi", + "Architecture" : "Tölvuhögun", + "64-bit" : "64-bita", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Gagnagrunnurinn keyrir ekki með \"READ COMMITTED\" færsluaðgreiningarstiginu. Þetta getur valdið vandamálum þegar margar aðgerðir eru keyrðar í einu.", + "Profile information" : "Persónuupplýsingar", "Nextcloud settings" : "Stillingar Nextcloud", + "Machine translation" : "Vélræn þýðing", + "Speech-To-Text" : "Tal-í-texta", + "Image generation" : "Gerð mynda", + "Text processing" : "Textavinnsla", + "Task:" : "Verk:", "None" : "Ekkert", + "Unable to modify setting" : "Ekki gekk að breyta stillingu", "Allow apps to use the Share API" : "Leyfa forritum að nota Share API", "Allow resharing" : "Leyfa endurdeilingu", "Allow sharing with groups" : "Leyfa deilingu með hópum", "Restrict users to only share with users in their groups" : "Takmarka notendur við að deila með notendum í þeirra eigin hópum", + "Allow users to share via link and emails" : "Leyfa notendum að deila með tenglum og tölvupósti", "Allow public uploads" : "Leyfa opinberar innsendingar", "Always ask for a password" : "Alltaf biðja um lykilorð", "Enforce password protection" : "Krefjast verndunar með aðgangsorði", + "Exclude groups from password requirements" : "Undanskilja hópa frá kröfum um lykilorð", + "Exclude groups from creating link shares" : "Undanskilja hópa frá því að búa til sameignartengla", "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", + "Groups excluded from sharing" : "Hópar undanskildir frá því að deila", "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", + "Set default expiration date for shares" : "Setja sjálfgefinn gildistíma fyrir sameignir", "Enforce expiration date" : "Krefjast dagsetningar á gildistíma", + "Default expiration time of new shares in days" : "Sjálfgefinn gildistími fyrir nýjar sameignir í dögum", + "Expire shares after x days" : "Sameignir renna út eftir x daga", + "Set default expiration date for shares to other servers" : "Setja sjálfgefinn gildistíma fyrir sameignir til annarra netþjóna", + "Enforce expiration date for remote shares" : "Krefjast dagsetningar á gildistíma fjartengdra sameigna", + "Default expiration time of remote shares in days" : "Sjálfgefinn gildistími fyrir fjartengdar sameignir í dögum", + "Expire remote shares after x days" : "Fjartengdar sameignir renna út eftir x daga", + "Set default expiration date for shares via link or mail" : "Setja sjálfgefinn gildistíma fyrir sameignir sem deilt er með tengli eða tölvupósti", + "Default expiration time of shares in days" : "Sjálfgefinn gildistími fyrir sameignir í dögum", + "Privacy settings for sharing" : "Stillingar á friðhelgi deilingar", + "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Birta fyrirvara á opinberu innsendingasíðunni (birtist einungis þegar listi yfir skrár er falinn)", + "Disclaimer text" : "Texti fyrirvara", "This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.", "Default share permissions" : "Sjálfgefnar aðgangsheimildir fyrir deilingu", + "Changed disclaimer text" : "Breyttur texti fyrirvara", + "Deleted disclaimer text" : "Eyddi texta fyrirvara", + "Could not set disclaimer text" : "Gat ekki stillt texta fyrirvara", "Two-Factor Authentication" : "Tveggja-þrepa auðkenning", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Hægt er að þvinga fram tveggja-þrepa auðkenningu fyrir alla notendur og/eða tiltekna hópa. Ef þeir eru ekki með tveggja-þrepa auðkenningarþjónustu uppsetta, munu þeir ekki geta skráð sig inn á kerfið.", "Enforce two-factor authentication" : "Þvinga fram tveggja-þrepa auðkenningu", "Limit to groups" : "Takmarka við hópa", "Enforcement of two-factor authentication can be set for certain groups only." : "Hægt er að þvinga fram tveggja-þátta auðkenningu fyrir einungis ákveðna hópa.", + "Two-factor authentication is enforced for all members of the following groups." : "Tveggja-þrepa auðkenning er þvinguð fram fyrir alla meðlimi eftirfarandi hópa.", "Enforced groups" : "Þvingaðir hópar", + "Two-factor authentication is not enforced for members of the following groups." : "Tveggja-þrepa auðkenning er ekki þvinguð fram fyrir meðlimi eftirfarandi hópa.", "Excluded groups" : "Útilokaðir hópar", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Þegar hópar eru valdir/útilokaðir, styðjast þeir við eftirfarandi röksemdafærslu til að ákvarða hvort notandi sé með þvingaða/virka tveggja-þrepa auðkenningu: tveggja-þrepa auðkenning er virk fyrir alla nema meðlimi útilokaðra hópa. Ef hópar eru valdir, er tveggja-þrepa auðkenningvirk fyrir alla meðlimi þessara hópa. Ef notandi er bæði í völdum og í útilokuðum hópum, ræður valið og því er tveggja-þrepa auðkenning virk.", "Save changes" : "Vista breytingar", @@ -147,9 +218,12 @@ OC.L10N.register( "Report a bug" : "Tilkynna um villu", "Admin documentation" : "Hjálparskjöl kerfisstjóra", "Developer documentation" : "Skjölun fyrir þróunaraðila", + "Show details for {appName} app" : "Birta ítarlegri upplýsingar fyrir {appName} forritið", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Forrit í deiglunni eru þróuð af og innan samfélagsins. Þau bjóða upp á ýmsa kjarnaeiginleika og eru tilbúin til notkunar í raunvinnslu.", "Featured" : "Í deiglunni", "Update to {update}" : "Uppfæra í {update}", + "Rating: {score}/10" : "Einkunn: {score}/10", + "All apps are up-to-date." : "Öll forrit eru af nýjustu útgáfu.", "Icon" : "Táknmynd", "Name" : "Heiti", "Version" : "Útgáfa", @@ -158,6 +232,9 @@ OC.L10N.register( "Results from other categories" : "Niðurstöður úr öðrum flokkum", "No apps found for your version" : "Engin forrit fundust fyrir útgáfuna þína", "Disable all" : "Gera allt óvirkt", + "Download and enable all" : "Sækja og virkja allt", + "_Update_::_Update all_" : ["Uppfæra","Uppfæra allt"], + "Device name" : "Heiti tækis", "Marked for remote wipe" : "Merkt fyrir fjartengda útþurrkun", "Device settings" : "Stillingar tækis", "Allow filesystem access" : "Leyfa aðgang að skráakerfi", @@ -172,12 +249,17 @@ OC.L10N.register( "Google Chrome for Android" : "Google Chrome fyrir Android", "iPhone" : "iPhone", "iPad" : "iPad", + "{productName} iOS app" : "{productName} iOS-forrit", + "{productName} Android app" : "{productName} Android-forrit", + "{productName} Talk for iOS" : "{productName} Talk fyrir iOS", + "{productName} Talk for Android" : "{productName} Talk fyrir Android", "Sync client - {os}" : "Samstilla biðlara - {os}", "This session" : "Þessa setu", "Device" : "Tæki", "Last activity" : "Síðasta virkni", "Devices & sessions" : "Tæki og setur", "Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.", + "Do you really want to wipe your data from this device?" : "Viltu í alvörunni hreinsa gögnin þín af þessu tæki?", "Confirm wipe" : "Staðfesta útþurrkun", "Error while creating device token" : "Villa við að búa til teikn fyrir tækið", "Error while updating device token scope" : "Villa við að uppfæra gildissvið fyrir teikn tækisins", @@ -194,6 +276,8 @@ OC.L10N.register( "Copied!" : "Afritað!", "Copy" : "Afrita", "Could not copy app password. Please copy it manually." : "Tókst ekki að afrita lykilorð forritsins. Afritaðu það handvirkt.", + "AJAX" : "AJAX", + "Cron (Recommended)" : "Cron (mælt með þessu)", "Use system cron service to call the cron.php file every 5 minutes." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 5 mínútna fresti.", "Profile" : "Notandasnið", "Enable" : "Virkja", @@ -296,15 +380,28 @@ OC.L10N.register( "Disabled apps" : "Óvirk forrit", "Updates" : "Uppfærslur", "App bundles" : "Forritavöndlar", + "Featured apps" : "Forrit efst á baugi", + "Supported apps" : "Studd forrit", + "Show to everyone" : "Birta öllum", + "Show to logged in users only" : "Birta einungis innskráðum notendum", "Hide" : "Fela", "Download and enable" : "Sækja og virkja", + "Allow untested app" : "Leyfa óprófuð forrit", + "The app will be downloaded from the App Store" : "Forritið verður sótt úr forritabúðinni", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Þetta forrit er merkt sem ekki samhæft við þína útgáfu af Nextcloud. Ef þú heldur áfram er mögulegt að þú getir samt sett forritið upp. En athugaðu þá að ekki er víst að forritið virki eins og skyldi.", "Never" : "Aldrei", + "An error occurred during the request. Unable to proceed." : "Villa kom upp við beiðnina. Get ekki haldið áfram.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Forritið hefur verið virkjað, en það þarf að uppfæra það. Þú verður áframsendur á uppfærslusíðuna eftir 5 sekúndur.", + "Error: This app cannot be enabled because it makes the server unstable" : "Villa: Ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Það komu of margar beiðnir frá netkerfinu þínu. Reyndu aftur eða hafðu samband við kerfisstjóra ef þetta er ekki rétt.", "Documentation" : "Hjálparskjöl", "Forum" : "Vefspjall", + "Nextcloud help resources" : "Aðstoðartilföng Nextcloud", + "Account documentation" : "Hjálparskjöl fyrir notendaaðganga", + "Administration documentation" : "Hjálparskjöl fyrir stjórnendur", + "General documentation" : "Almenn hjálparskjöl", "Login" : "Innskráning", + "None/STARTTLS" : "Ekkert/STARTTLS", "SSL" : "SSL", "Open documentation" : "Opna hjálparskjöl", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Það er mikilvægt að setja þennan vefþjón upp þannig að hann getir sent tölvupóst, eins og fyrir endurstillingu lykilorða og útsendingu tilkynninga.", @@ -327,6 +424,7 @@ OC.L10N.register( "Checking for system and security issues." : "Athuga með kerfis- og öryggisvandamál.", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Yfirfarðu vandlega <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">uppsetningarleiðbeiningarnar ↗</a>, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í <a href=\"%2$s\">annálnum</a>.", "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Athugaðu öryggi Nextcloud-skýsins með <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">öryggisskönnun okkar ↗</a>.", + "Reasons to use Nextcloud in your organization" : "Ástæður til að nota Nextcloud á vinnustaðnum þínum", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Þróað af {communityopen}Nextcloud samfélaginu{linkclose}, {githubopen}grunnkóðinn{linkclose} er gefinn út með {licenseopen}AGPL{linkclose} notkunarleyfinu.", "Like our Facebook page" : "Líkaðu við Facebook-síðuna okkar", "Follow us on Twitter" : "Fylgstu með okkur á Twitter", @@ -337,14 +435,20 @@ OC.L10N.register( "Use a second factor besides your password to increase security for your account." : "Notaðu annað þrep til viðbótar lykilorðinu þínu til að auka öryggi notandaaðgangsins þíns.", "Enable all" : "Virkja allt", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP-POSIX-viðaukann (extension). Skoðaðu {linkstart}PHP-hjálparskjölin{linkend} fyrir nánari útlistun.", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 5 mínútna fresti. Mælt með þessu á öllum tilvikum.", "You are about to remove the group {group}. The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn {group}. Notendunum verður EKKI eytt.", "Please confirm the group removal " : "Staðfestu fjarlægingu hópsins", "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Your email address" : "Netfangið þitt", + "Your location" : "Staðsetning þín", "Your Twitter handle" : "Twitter notandanafnið þitt", + "Add new password" : "Bæta við nýju lykilorði", + "Add new email address" : "Bæta við nýju tölvupóstfangi", + "Edit User" : "Breyta notanda", "Will be autogenerated" : "Verður útbúið sjálfvirkt", "Add a new user" : "Bæta við nýjum notanda", "No users in here" : "Engir notendur hér", + "Enter group name" : "Settu hér inn heiti á hópi", "Add group" : "Bæta við hópi", "Default quota:" : "Sjálfgefinn kvóti:", "Show Languages" : "Birta tungumál", @@ -352,7 +456,10 @@ OC.L10N.register( "Not saved" : "Ekki vistað", "Twitter" : "Twitter", "Enable untested app" : "Virkja óprófað forrit", + "Expire after" : "Rennur út eftir", "day(s)" : "dag(ar)", - "Set default expiration date" : "Setja sjálfgefinn gildistíma" + "Exclude groups from password requirements:" : "Undanskilja hópa frá kröfum um lykilorð:", + "Set default expiration date" : "Setja sjálfgefinn gildistíma", + "Edit display name" : "Breyta birtingarnafni" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index 5ff8d016cf0..bb396627201 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -28,6 +28,7 @@ "{actor} changed your password" : "{actor} breytti lykilorðinu þínu", "You changed your password" : "Þú breyttir lykilorðinu þínu", "Your password was reset by an administrator" : "Kerfisstjóri breytti lykilorðinu þínu", + "Your password was reset" : "Lykilorðið þitt hefur verið endursett", "{actor} changed your email address" : "{actor} breytti tölvupóstfanginu þínu", "You changed your email address" : "Þú breyttir tölvupóstfanginu þínu", "Your email address was changed by an administrator" : "Kerfisstjóri breytti tölvupóstfanginu þínu", @@ -42,33 +43,46 @@ "Remote wipe has finished on %1$s" : "Fjartengdri útþurrkun er lokið á %1$s", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Breyting hefur orðið á <strong>lykilorði</strong> eða <strong>tölvupóstfangi</strong> þínu", "Apps" : "Forrit", + "Could not remove app." : "Gat ekki fjarlægt forrit.", + "Could not update app." : "Gat ekki uppfært forrit.", "Wrong password" : "Rangt lykilorð", + "Unable to change personal password" : "Ekki tókst að breyta persónulegu lykilorði", "Saved" : "Vistað", "No user supplied" : "Enginn notandi gefinn", + "Unable to change password. Password too long." : "Ekki tókst að breyta lykilorði. Lykilorðið er of langt.", "Authentication error" : "Villa við auðkenningu", "Please provide an admin recovery password; otherwise, all user data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll notandagögn tapast.", "Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.", + "Backend does not support password change, but the user's encryption key was updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.", + "installing and updating apps via the App Store or Federated Cloud Sharing" : "uppsetning eða uppfærsla forrita úr forritabúð eða með skýjasambandi", "Federated Cloud Sharing" : "Deiling með skýjasambandi", "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL er að nota úrelda útgáfu af %1$s (%2$s). Uppfærðu stýrikerfið þitt, annars er hætt við að eiginleikar á borð við %3$s virki ekki sem skyldi.", + "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP Opcache er ekki hlaðið inn. Fyrir betri afköst mælum við með að því sé hlaðið inn í PHP-uppsetninguna þína.", + "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "PHP Opcache er ekki virkt. Fyrir betri afköst mælum við með að setja <code>opcache.enable=1</code> inn í PHP-uppsetninguna þína.", "Administrator documentation" : "Hjálparskjöl stjórnanda", "User documentation" : "Hjálparskjöl notenda", + "Nextcloud help overview" : "Efnisyfirlit Nextcloud-hjálpar", "Invalid SMTP password." : "Ógilt SMTP-lykilorð", "Email setting test" : "Prófa tölvupóststillingar", "Well done, %s!" : "Vel gert, %s!", "If you received this email, the email configuration seems to be correct." : "Fyrst að þú fékkst þennan tölvupóst, þá lítur út fyrir að tölvupóstuppsetningin sé í lagi.", "Email could not be sent. Check your mail server log" : "Ekki var hægt að senda póst. Skoðaðu annál póstþjónsins", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Vandamál kom upp við að senda tölvupóst. Farðu yfir stillingarnar þínar. (Villa: %s)", + "You need to set your user email before being able to send test emails. Go to %s for that." : "Þú verður að gefa upp tölvupóstfangið þitt svo að þú getir sent prófunarpósta. Farðu á %s til þess.", "Users" : "Notendur", "Invalid user" : "Ógildur notandi", "Invalid mail address" : "Ógilt tölvupóstfang", "Settings saved" : "Stillingar vistaðar", "Unable to change full name" : "Get ekki breytt fullu nafni", "Unable to change email address" : "Get ekki breytt tölvupóstfangi", + "Unable to set invalid phone number" : "Get ekki sett ógilt símanúmer", + "Unable to set invalid website" : "Get ekki sett ógilt vefsvæði", "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Til að sannprófa Twitter-aðganginn þinn, sendu þá eftirfarandi tíst á Twitter (gakktu úr skugga um að skeytinu sé ekki skipt í línur):", "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Til að sannprófa vefsvæðið þitt, vistaðu eftirfarandi efni á vefrótinni þinni (web-root) á '.well-known/CloudIdVerificationCode.txt' (gakktu úr skugga um að allur textinn sé í einni línu):", "%1$s changed your password on %2$s." : "%1$s breytti lykilorðinu þínu á %2$s.", "Your password on %s was changed." : "Lykilorðinu þínu á %s hefur verið breytt.", "Your password on %s was reset by an administrator." : "Kerfisstjóri breytti lykilorðinu þínu á %s.", + "Your password on %s was reset." : "Lykilorðinu þínu á %s hefur verið breytt.", "Password for %1$s changed on %2$s" : "Lykilorð fyrir %1$s breyttist %2$s", "Password changed for %s" : "Lykilorð breyttist fyrir %s", "If you did not request this, please contact an administrator." : "Ef þú baðst ekki um þetta, hafðu þá samband við kerfisstjóra.", @@ -90,10 +104,13 @@ "Personal" : "Einka", "Administration" : "Stjórnun", "Additional settings" : "Valfrjálsar stillingar", + "Artificial Intelligence" : "Gervigreind", + "Administration privileges" : "Kerfisstjórnunarheimildir", "Groupware" : "Hópvinnukerfi", "Overview" : "Yfirlit", "Basic settings" : "Grunnstillingar", "Sharing" : "Deiling", + "Availability" : "Aðgengileiki", "Calendar" : "Dagatal", "Personal info" : "Persónulegar upplýsingar", "Mobile & desktop" : "Farsímar og borðtölvur", @@ -102,32 +119,86 @@ "Background jobs" : "Verk í bakgrunni", "Unlimited" : "ótakmörkuðu", "Verifying" : "Sannreyni", + "Email test" : "Prófa tölvupóststillingar", + "File locking" : "Skráalæsing", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál.", + "Internet connectivity" : "Tenging við internet", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Þessi þjónn er ekki með virka internettengingu: ekki náðis tenging við fjölmarga endapunkta. Þetta þýðir að sumir eiginleikar eins og að virkja ytri gagnageymslu, tilkynningar um uppfærslur eða uppsetningu á forritum þriðja aðila, mun ekki virka. Fjartengdur aðgangur að skrám og sending tilkynninga í tölvupósti virka líklega ekki heldur. Við leggjum til að internettenging sé virkjuð fyrir þennan vefþjón ef þú vilt hafa alla eiginleika tiltæka.", + "Old server-side-encryption" : "Eldri gerð dulritunar á þjóni", "Disabled" : "Óvirkt", + "Memcache" : "Memcache", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ekkert skyndiminni (cache) hefur verið stillt Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt.", + "PHP default charset" : "Sjálfgefin stafatafla PHP", + "Freetype" : "Freetype", "Supported" : "Stutt", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-uppsetningin er ekki með stuðning við Free Type. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.", + "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.", + "PHP memory limit" : "Minnismörk PHP", + "The PHP memory limit is below the recommended value of %s." : "Minnismörk PHP eru lægri en gildið sem mælt er með; %s.", + "PHP modules" : "PHP-einingar", + "This instance is missing some required PHP modules. It is required to install them: %s." : "Í þetta kerfistilvik vantar ýmsar nauðsynlegar PHP-einingar. Mælt er eindregið með að setja þær upp: %s.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "Í þetta kerfistilvik vantar ýmsar PHP-einingar sem mælt er með. Til að bæta afköst og betri samhæfni er mælt eindregið með að setja þær upp: %s.", + "PHP version" : "PHP-útgáfa", + "You are currently running PHP %s." : "Þú ert núna að keyra PHP %s.", + "Random generator" : "Slembigjafi", + "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum.", + "Secure" : "Öruggt", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.", + "Nextcloud configuration file is writable" : "Stillingaskrá Nextcloud er ritanleg", + "Database version" : "Útgáfa gagnagrunns", + "Unknown database platform" : "Óþekkt gagnagrunnskerfi", + "Architecture" : "Tölvuhögun", + "64-bit" : "64-bita", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Gagnagrunnurinn keyrir ekki með \"READ COMMITTED\" færsluaðgreiningarstiginu. Þetta getur valdið vandamálum þegar margar aðgerðir eru keyrðar í einu.", + "Profile information" : "Persónuupplýsingar", "Nextcloud settings" : "Stillingar Nextcloud", + "Machine translation" : "Vélræn þýðing", + "Speech-To-Text" : "Tal-í-texta", + "Image generation" : "Gerð mynda", + "Text processing" : "Textavinnsla", + "Task:" : "Verk:", "None" : "Ekkert", + "Unable to modify setting" : "Ekki gekk að breyta stillingu", "Allow apps to use the Share API" : "Leyfa forritum að nota Share API", "Allow resharing" : "Leyfa endurdeilingu", "Allow sharing with groups" : "Leyfa deilingu með hópum", "Restrict users to only share with users in their groups" : "Takmarka notendur við að deila með notendum í þeirra eigin hópum", + "Allow users to share via link and emails" : "Leyfa notendum að deila með tenglum og tölvupósti", "Allow public uploads" : "Leyfa opinberar innsendingar", "Always ask for a password" : "Alltaf biðja um lykilorð", "Enforce password protection" : "Krefjast verndunar með aðgangsorði", + "Exclude groups from password requirements" : "Undanskilja hópa frá kröfum um lykilorð", + "Exclude groups from creating link shares" : "Undanskilja hópa frá því að búa til sameignartengla", "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", + "Groups excluded from sharing" : "Hópar undanskildir frá því að deila", "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", + "Set default expiration date for shares" : "Setja sjálfgefinn gildistíma fyrir sameignir", "Enforce expiration date" : "Krefjast dagsetningar á gildistíma", + "Default expiration time of new shares in days" : "Sjálfgefinn gildistími fyrir nýjar sameignir í dögum", + "Expire shares after x days" : "Sameignir renna út eftir x daga", + "Set default expiration date for shares to other servers" : "Setja sjálfgefinn gildistíma fyrir sameignir til annarra netþjóna", + "Enforce expiration date for remote shares" : "Krefjast dagsetningar á gildistíma fjartengdra sameigna", + "Default expiration time of remote shares in days" : "Sjálfgefinn gildistími fyrir fjartengdar sameignir í dögum", + "Expire remote shares after x days" : "Fjartengdar sameignir renna út eftir x daga", + "Set default expiration date for shares via link or mail" : "Setja sjálfgefinn gildistíma fyrir sameignir sem deilt er með tengli eða tölvupósti", + "Default expiration time of shares in days" : "Sjálfgefinn gildistími fyrir sameignir í dögum", + "Privacy settings for sharing" : "Stillingar á friðhelgi deilingar", + "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Birta fyrirvara á opinberu innsendingasíðunni (birtist einungis þegar listi yfir skrár er falinn)", + "Disclaimer text" : "Texti fyrirvara", "This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.", "Default share permissions" : "Sjálfgefnar aðgangsheimildir fyrir deilingu", + "Changed disclaimer text" : "Breyttur texti fyrirvara", + "Deleted disclaimer text" : "Eyddi texta fyrirvara", + "Could not set disclaimer text" : "Gat ekki stillt texta fyrirvara", "Two-Factor Authentication" : "Tveggja-þrepa auðkenning", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Hægt er að þvinga fram tveggja-þrepa auðkenningu fyrir alla notendur og/eða tiltekna hópa. Ef þeir eru ekki með tveggja-þrepa auðkenningarþjónustu uppsetta, munu þeir ekki geta skráð sig inn á kerfið.", "Enforce two-factor authentication" : "Þvinga fram tveggja-þrepa auðkenningu", "Limit to groups" : "Takmarka við hópa", "Enforcement of two-factor authentication can be set for certain groups only." : "Hægt er að þvinga fram tveggja-þátta auðkenningu fyrir einungis ákveðna hópa.", + "Two-factor authentication is enforced for all members of the following groups." : "Tveggja-þrepa auðkenning er þvinguð fram fyrir alla meðlimi eftirfarandi hópa.", "Enforced groups" : "Þvingaðir hópar", + "Two-factor authentication is not enforced for members of the following groups." : "Tveggja-þrepa auðkenning er ekki þvinguð fram fyrir meðlimi eftirfarandi hópa.", "Excluded groups" : "Útilokaðir hópar", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Þegar hópar eru valdir/útilokaðir, styðjast þeir við eftirfarandi röksemdafærslu til að ákvarða hvort notandi sé með þvingaða/virka tveggja-þrepa auðkenningu: tveggja-þrepa auðkenning er virk fyrir alla nema meðlimi útilokaðra hópa. Ef hópar eru valdir, er tveggja-þrepa auðkenningvirk fyrir alla meðlimi þessara hópa. Ef notandi er bæði í völdum og í útilokuðum hópum, ræður valið og því er tveggja-þrepa auðkenning virk.", "Save changes" : "Vista breytingar", @@ -145,9 +216,12 @@ "Report a bug" : "Tilkynna um villu", "Admin documentation" : "Hjálparskjöl kerfisstjóra", "Developer documentation" : "Skjölun fyrir þróunaraðila", + "Show details for {appName} app" : "Birta ítarlegri upplýsingar fyrir {appName} forritið", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Forrit í deiglunni eru þróuð af og innan samfélagsins. Þau bjóða upp á ýmsa kjarnaeiginleika og eru tilbúin til notkunar í raunvinnslu.", "Featured" : "Í deiglunni", "Update to {update}" : "Uppfæra í {update}", + "Rating: {score}/10" : "Einkunn: {score}/10", + "All apps are up-to-date." : "Öll forrit eru af nýjustu útgáfu.", "Icon" : "Táknmynd", "Name" : "Heiti", "Version" : "Útgáfa", @@ -156,6 +230,9 @@ "Results from other categories" : "Niðurstöður úr öðrum flokkum", "No apps found for your version" : "Engin forrit fundust fyrir útgáfuna þína", "Disable all" : "Gera allt óvirkt", + "Download and enable all" : "Sækja og virkja allt", + "_Update_::_Update all_" : ["Uppfæra","Uppfæra allt"], + "Device name" : "Heiti tækis", "Marked for remote wipe" : "Merkt fyrir fjartengda útþurrkun", "Device settings" : "Stillingar tækis", "Allow filesystem access" : "Leyfa aðgang að skráakerfi", @@ -170,12 +247,17 @@ "Google Chrome for Android" : "Google Chrome fyrir Android", "iPhone" : "iPhone", "iPad" : "iPad", + "{productName} iOS app" : "{productName} iOS-forrit", + "{productName} Android app" : "{productName} Android-forrit", + "{productName} Talk for iOS" : "{productName} Talk fyrir iOS", + "{productName} Talk for Android" : "{productName} Talk fyrir Android", "Sync client - {os}" : "Samstilla biðlara - {os}", "This session" : "Þessa setu", "Device" : "Tæki", "Last activity" : "Síðasta virkni", "Devices & sessions" : "Tæki og setur", "Web, desktop and mobile clients currently logged in to your account." : "Veftól, tölvur og símar sem núna eru skráð inn á aðganginn þinn.", + "Do you really want to wipe your data from this device?" : "Viltu í alvörunni hreinsa gögnin þín af þessu tæki?", "Confirm wipe" : "Staðfesta útþurrkun", "Error while creating device token" : "Villa við að búa til teikn fyrir tækið", "Error while updating device token scope" : "Villa við að uppfæra gildissvið fyrir teikn tækisins", @@ -192,6 +274,8 @@ "Copied!" : "Afritað!", "Copy" : "Afrita", "Could not copy app password. Please copy it manually." : "Tókst ekki að afrita lykilorð forritsins. Afritaðu það handvirkt.", + "AJAX" : "AJAX", + "Cron (Recommended)" : "Cron (mælt með þessu)", "Use system cron service to call the cron.php file every 5 minutes." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 5 mínútna fresti.", "Profile" : "Notandasnið", "Enable" : "Virkja", @@ -294,15 +378,28 @@ "Disabled apps" : "Óvirk forrit", "Updates" : "Uppfærslur", "App bundles" : "Forritavöndlar", + "Featured apps" : "Forrit efst á baugi", + "Supported apps" : "Studd forrit", + "Show to everyone" : "Birta öllum", + "Show to logged in users only" : "Birta einungis innskráðum notendum", "Hide" : "Fela", "Download and enable" : "Sækja og virkja", + "Allow untested app" : "Leyfa óprófuð forrit", + "The app will be downloaded from the App Store" : "Forritið verður sótt úr forritabúðinni", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Þetta forrit er merkt sem ekki samhæft við þína útgáfu af Nextcloud. Ef þú heldur áfram er mögulegt að þú getir samt sett forritið upp. En athugaðu þá að ekki er víst að forritið virki eins og skyldi.", "Never" : "Aldrei", + "An error occurred during the request. Unable to proceed." : "Villa kom upp við beiðnina. Get ekki haldið áfram.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Forritið hefur verið virkjað, en það þarf að uppfæra það. Þú verður áframsendur á uppfærslusíðuna eftir 5 sekúndur.", + "Error: This app cannot be enabled because it makes the server unstable" : "Villa: Ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Það komu of margar beiðnir frá netkerfinu þínu. Reyndu aftur eða hafðu samband við kerfisstjóra ef þetta er ekki rétt.", "Documentation" : "Hjálparskjöl", "Forum" : "Vefspjall", + "Nextcloud help resources" : "Aðstoðartilföng Nextcloud", + "Account documentation" : "Hjálparskjöl fyrir notendaaðganga", + "Administration documentation" : "Hjálparskjöl fyrir stjórnendur", + "General documentation" : "Almenn hjálparskjöl", "Login" : "Innskráning", + "None/STARTTLS" : "Ekkert/STARTTLS", "SSL" : "SSL", "Open documentation" : "Opna hjálparskjöl", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Það er mikilvægt að setja þennan vefþjón upp þannig að hann getir sent tölvupóst, eins og fyrir endurstillingu lykilorða og útsendingu tilkynninga.", @@ -325,6 +422,7 @@ "Checking for system and security issues." : "Athuga með kerfis- og öryggisvandamál.", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Yfirfarðu vandlega <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">uppsetningarleiðbeiningarnar ↗</a>, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í <a href=\"%2$s\">annálnum</a>.", "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Athugaðu öryggi Nextcloud-skýsins með <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">öryggisskönnun okkar ↗</a>.", + "Reasons to use Nextcloud in your organization" : "Ástæður til að nota Nextcloud á vinnustaðnum þínum", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Þróað af {communityopen}Nextcloud samfélaginu{linkclose}, {githubopen}grunnkóðinn{linkclose} er gefinn út með {licenseopen}AGPL{linkclose} notkunarleyfinu.", "Like our Facebook page" : "Líkaðu við Facebook-síðuna okkar", "Follow us on Twitter" : "Fylgstu með okkur á Twitter", @@ -335,14 +433,20 @@ "Use a second factor besides your password to increase security for your account." : "Notaðu annað þrep til viðbótar lykilorðinu þínu til að auka öryggi notandaaðgangsins þíns.", "Enable all" : "Virkja allt", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP-POSIX-viðaukann (extension). Skoðaðu {linkstart}PHP-hjálparskjölin{linkend} fyrir nánari útlistun.", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Nota cron-þjónustu kerfisins til að kalla á cron.php skrána á 5 mínútna fresti. Mælt með þessu á öllum tilvikum.", "You are about to remove the group {group}. The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn {group}. Notendunum verður EKKI eytt.", "Please confirm the group removal " : "Staðfestu fjarlægingu hópsins", "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Your email address" : "Netfangið þitt", + "Your location" : "Staðsetning þín", "Your Twitter handle" : "Twitter notandanafnið þitt", + "Add new password" : "Bæta við nýju lykilorði", + "Add new email address" : "Bæta við nýju tölvupóstfangi", + "Edit User" : "Breyta notanda", "Will be autogenerated" : "Verður útbúið sjálfvirkt", "Add a new user" : "Bæta við nýjum notanda", "No users in here" : "Engir notendur hér", + "Enter group name" : "Settu hér inn heiti á hópi", "Add group" : "Bæta við hópi", "Default quota:" : "Sjálfgefinn kvóti:", "Show Languages" : "Birta tungumál", @@ -350,7 +454,10 @@ "Not saved" : "Ekki vistað", "Twitter" : "Twitter", "Enable untested app" : "Virkja óprófað forrit", + "Expire after" : "Rennur út eftir", "day(s)" : "dag(ar)", - "Set default expiration date" : "Setja sjálfgefinn gildistíma" + "Exclude groups from password requirements:" : "Undanskilja hópa frá kröfum um lykilorð:", + "Set default expiration date" : "Setja sjálfgefinn gildistíma", + "Edit display name" : "Breyta birtingarnafni" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index 3b29f59575f..452b3c72e52 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -114,8 +114,10 @@ OC.L10N.register( "Verifying" : "Se verifică", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Este în așteptare o sarcină de lucru în fundal care verifică dacă există certificate SSL importate de utilizator. Vă rugăm să reveniți mai târziu.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sunt prezente unele certificate SSL importate de utilizator, care nu mai sunt utilizate cu Nextcloud 21. Acestea pot fi importate în linia de comandă prin intermediul comenzii \"occ security:certificates:import\". Căile lor în interiorul directorului de date sunt prezentate mai jos.", + "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Acest server nu are o conexiune funcțională la Internet. Mai multe puncte finale nu pot fi contactate. Aceasta înseamnă că unele funcționalități precum montarea unui spațiu extern de stocare, notificări despre actualizări sau instalarea aplicațiilor din sursă terță nu vor fi accesibile. De asemenea, ar putea să nu funcționeze nici accesarea fișierelor la distanță și transmiterea emailurilor de notificare .", "Disabled" : "Dezactivați", "The old server-side-encryption format is enabled. We recommend disabling this." : "Este activat vechiul format de criptare din partea serverului. Vă recomandăm să dezactivați acest lucru.", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Instalarea PHP nu are suport pentru FreeType, introducând incompatibilități cu imaginile de profil și cu interfața de configurare.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nu pare să fie configurat corespunzător pentru a interoga variabilele de mediu ale sistemului. Testul cu getenv(\"PATH\") returnează doar un răspuns gol.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A fost activată configurația doar pentru citire. Acest lucru împiedică setarea unor configurații prin intermediul interfeței web. În plus, fișierul trebuie să fie făcut scriere manual la fiecare actualizare.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza dumneavoastră de date nu rulează cu nivelul de izolare a tranzacției \"READ COMMITTED\". Acest lucru poate cauza probleme atunci când mai multe acțiuni sunt executate în paralel.", diff --git a/apps/settings/l10n/ro.json b/apps/settings/l10n/ro.json index 622db56847a..4c7f8aab927 100644 --- a/apps/settings/l10n/ro.json +++ b/apps/settings/l10n/ro.json @@ -112,8 +112,10 @@ "Verifying" : "Se verifică", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Este în așteptare o sarcină de lucru în fundal care verifică dacă există certificate SSL importate de utilizator. Vă rugăm să reveniți mai târziu.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sunt prezente unele certificate SSL importate de utilizator, care nu mai sunt utilizate cu Nextcloud 21. Acestea pot fi importate în linia de comandă prin intermediul comenzii \"occ security:certificates:import\". Căile lor în interiorul directorului de date sunt prezentate mai jos.", + "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Acest server nu are o conexiune funcțională la Internet. Mai multe puncte finale nu pot fi contactate. Aceasta înseamnă că unele funcționalități precum montarea unui spațiu extern de stocare, notificări despre actualizări sau instalarea aplicațiilor din sursă terță nu vor fi accesibile. De asemenea, ar putea să nu funcționeze nici accesarea fișierelor la distanță și transmiterea emailurilor de notificare .", "Disabled" : "Dezactivați", "The old server-side-encryption format is enabled. We recommend disabling this." : "Este activat vechiul format de criptare din partea serverului. Vă recomandăm să dezactivați acest lucru.", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Instalarea PHP nu are suport pentru FreeType, introducând incompatibilități cu imaginile de profil și cu interfața de configurare.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nu pare să fie configurat corespunzător pentru a interoga variabilele de mediu ale sistemului. Testul cu getenv(\"PATH\") returnează doar un răspuns gol.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A fost activată configurația doar pentru citire. Acest lucru împiedică setarea unor configurații prin intermediul interfeței web. În plus, fișierul trebuie să fie făcut scriere manual la fiecare actualizare.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza dumneavoastră de date nu rulează cu nivelul de izolare a tranzacției \"READ COMMITTED\". Acest lucru poate cauza probleme atunci când mai multe acțiuni sunt executate în paralel.", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index b03e22bde86..4921d83e868 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -68,8 +68,15 @@ OC.L10N.register( "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Ni mogoče določiti, ali je različica TLS cURL zastarela ali ne, ker je do napake prišlo med izvajanjem zahteve HTTPS na https://nextcloud.com. Za več podrobnosti si oglejte datoteko dnevnika Nextcloud.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Modul PHP OPcache ni naložen. Za najboljše delovanje je priporočljivo modul dodati k uporabljeni namestitvi PHP.", "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "Možnost OPcache je onemogočena. Za najboljše delovanje je priporočljivo dodati možnost <code>opcache.enable=1</code> med nastavitve PHP.", + "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "Predpomnilnik OPcache je nastavljen tako, da odstrani komentarje kode. Če je možnost OPcache omogočena, mora biti za delovanje storitve Nextcloud nastavljena vrednost <code>opcache.save_comments=1</code>.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Uporaba vmesnika API za OPcache ni dovoljena. Če je ta omogočen, je priporočljivo vključiti vse mape v oblaku z <code>opcache.restrict_api</code> ali pa je treba možnost odklopiti, da onemogočite omejitve vmesnika API. S tem preprečite napake med nadgradnjo jedra oziroma oblaka Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Uporaba vmesnika API za OPcache ni dovoljena. Če je ta omogočen, je priporočljivo vključiti vse mape v oblaku z <code>opcache.restrict_api</code> ali pa je treba možnost odklopiti, da onemogočite omejitve vmesnika API. S tem preprečite napake med nadgradnjo jedra oziroma oblaka Nextcloud.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "Predpomnilnik OPcache, ki temelji na skupnem pomnilniku, je onemogočen. Za večjo zmogljivost je priporočljivo nastaviti možnosti PHP <code>opcache.file_cache_only=0</code> in datotečni predpomnilnik uporabiti le kot predpomnilnik druge ravni.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Največje dovoljeno število ključev OPcache je skoraj preseženo. Da bi zagotovili ohranjanje vseh skript v predpomnilniku, je priporočljivo med nastavitvami PHP uporabiti <code>opcache.max_accelerated_files</code> z vrednostjo, višjo od <code>%s</code>.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Največje dovoljeno število ključev OPcache je skoraj preseženo. Da bi zagotovili ohranjanje vseh skript v medpomnilniku, je priporočljivo med nastavitvami PHP uporabiti <code>opcache.memory_consumption</code> z vrednostjo, višjo od <code>%s</code>.", "Administrator documentation" : "Skrbniška dokumentacija", "User documentation" : "Uporabniška dokumentacija", + "Nextcloud help overview" : "Pregled pomoči Nextcloud", "Invalid SMTP password." : "Neveljavno geslo SMTP", "Email setting test" : "Preizkus nastavitev elektronske pošte", "Well done, %s!" : "Odlično, %s!", @@ -128,19 +135,45 @@ OC.L10N.register( "Background jobs" : "Opravila v ozadju", "Unlimited" : "Neomejeno", "Verifying" : "Preverjanje", + "Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.", + "Old user imported certificates" : "Stara uporabniška potrdila", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Na čakanju je ozadnje opravilo, ki preverja obstoj uporabniško uvoženih potrdil SSL. Ponovno preverite kasneje.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", + "Default phone region" : "Privzeto telefonsko območje", + "Email test" : "Preizkus elektronske pošte", + "Email test was successfully sent" : "Preizkusno sporočilo je bilo uspešno poslano.", + "File locking" : "Zaklepanje datotek", + "Internet connectivity" : "Internetna povezljivost", + "Internet connectivity is disabled in configuration file." : "Internetna povezljivost je v nastavitveni datoteki onemogočena.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, ni mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.", + "Old server-side-encryption" : "Staro strežniško šifriranje", "Disabled" : "Onemogočeno", "The old server-side-encryption format is enabled. We recommend disabling this." : "Star način strežniškega šifriranja je še vedno omogočen. Priporočljivo je možnost izklopiti.", + "Memcache" : "Memcache", + "Configured" : "Nastavljeno", + "PHP default charset" : "Privzeti znakovni nabor PHP", + "PHP configuration option \"default_charset\" should be UTF-8" : "Nastavitvena možnost znakovnega nabora PHP »default_charset« mora biti UTF-8", + "Freetype" : "Freetype", "Supported" : "Podprto", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Namestitev PHP je brez ustrezne podpore za FreeType, kar pogosto vpliva na težave s slikami profila in nastavitvami vmesnika.", + "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.", + "PHP memory limit" : "Omejitev pomnilnika PHP", + "The PHP memory limit is below the recommended value of %s." : "Omejitev pomnilnika PHP je pod priporočeno mejo %s.", + "PHP modules" : "Moduli PHP", + "PHP version" : "Različica PHP", + "You are currently running PHP %s." : "Trenutno je v uporabi različica PHP %s.", + "PHP \"output_buffering\" option" : "MOžnost PHP »output_buffering«", + "Secure" : "Varno", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavitve so nastavljene le za branje. To onemogoča prilagajanje prek spletnega vmesnika, prav tako je treba nastavitveno datoteko vsakič znova ročno posodobiti.", + "Database version" : "Različica podatkovne zbirke", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "V uporabi je različica podatkovne zbirke PostgreSQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico PostgreSQL 9.6 ali višjo.", + "Unknown database platform" : "Neznano okolje podatkovne zbirke", "Architecture" : "Arhitektura", + "64-bit" : "64-bitni", + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Kaže, da je v uporabi 32-bitna različica PHP. Okolje Nextcloud zahteva za odzivno delovanje 64-bitno različico. Priporočljivo je nadgraditi operacijski sistem in PHP na zahtevano raven!", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.", "Profile information" : "Podrobnosti profila", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Slika profila, polno ime, elektronski naslov, telefonska številka, naslov, spletna stran, račun Twitter, ustanova, vloga, naslov, biografija in ali je profil omogočen.", @@ -150,6 +183,7 @@ OC.L10N.register( "Speech-To-Text" : "Govor-v-besedilo", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prepisovanje govora v besedilo lahko izvajajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "None of your currently installed apps provide Speech-To-Text functionality" : "Noben od trenutno nameščenih programov ne omogoča prepisovanja govora v besedilo.", + "Image generation" : "Ustvarjanje slik", "Text processing" : "Obdelava besedila", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Obdelavo besedila lahko urejajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "Task:" : "Naloga:", @@ -404,7 +438,9 @@ OC.L10N.register( "Password or insufficient permissions message" : "Sporočilo gesla oziroma neustreznih dovoljenj", "Loading user …" : "Poteka nalaganje uporabnika ...", "Change display name" : "Spremeni prikazno ime", + "Set new password" : "Nastavi novo geslo", "You do not have permissions to see the details of this user" : "Ni ustreznih dovoljenj za pregled podatkov uporabnika", + "Set new email address" : "Nastavi nov elektronski naslov", "Add user to group" : "Dodaj uporabnika v skupino", "Set user as admin for" : "Nastavi uporabnika kot skrbnika za", "Select user quota" : "Količinska omejitev prostora", @@ -462,6 +498,8 @@ OC.L10N.register( "Active users" : "Dejavni uporabniki", "Admins" : "Skrbniki", "Disabled users" : "Onemogočeni uporabniki", + "Creating group …" : "Poteka ustvarjanje skupine ...", + "Create group" : "Ustvari skupino", "Group name" : "Ime skupine", "Sending…" : "Poteka pošiljanje ...", "Email sent" : "Elektronsko sporočilo je poslano", @@ -499,6 +537,9 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iz omrežja je bilo prejetih preveč zahtev. Če je to napaka, stopite v stik s skrbnikom, sicer pa poskusite spet kasneje.", "Documentation" : "Dokumentacija", "Forum" : "Forum", + "Account documentation" : "Dokumentacija računa", + "Administration documentation" : "Skrbniška dokumentacija", + "General documentation" : "Splošna dokumentacija", "Login" : "Prijava", "None/STARTTLS" : "Brez/STARTTLS", "SSL" : "Protokol SSL", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index 8f77cf4a3ad..7b2e1dba82a 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -66,8 +66,15 @@ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Ni mogoče določiti, ali je različica TLS cURL zastarela ali ne, ker je do napake prišlo med izvajanjem zahteve HTTPS na https://nextcloud.com. Za več podrobnosti si oglejte datoteko dnevnika Nextcloud.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Modul PHP OPcache ni naložen. Za najboljše delovanje je priporočljivo modul dodati k uporabljeni namestitvi PHP.", "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "Možnost OPcache je onemogočena. Za najboljše delovanje je priporočljivo dodati možnost <code>opcache.enable=1</code> med nastavitve PHP.", + "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "Predpomnilnik OPcache je nastavljen tako, da odstrani komentarje kode. Če je možnost OPcache omogočena, mora biti za delovanje storitve Nextcloud nastavljena vrednost <code>opcache.save_comments=1</code>.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Uporaba vmesnika API za OPcache ni dovoljena. Če je ta omogočen, je priporočljivo vključiti vse mape v oblaku z <code>opcache.restrict_api</code> ali pa je treba možnost odklopiti, da onemogočite omejitve vmesnika API. S tem preprečite napake med nadgradnjo jedra oziroma oblaka Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Uporaba vmesnika API za OPcache ni dovoljena. Če je ta omogočen, je priporočljivo vključiti vse mape v oblaku z <code>opcache.restrict_api</code> ali pa je treba možnost odklopiti, da onemogočite omejitve vmesnika API. S tem preprečite napake med nadgradnjo jedra oziroma oblaka Nextcloud.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "Predpomnilnik OPcache, ki temelji na skupnem pomnilniku, je onemogočen. Za večjo zmogljivost je priporočljivo nastaviti možnosti PHP <code>opcache.file_cache_only=0</code> in datotečni predpomnilnik uporabiti le kot predpomnilnik druge ravni.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Največje dovoljeno število ključev OPcache je skoraj preseženo. Da bi zagotovili ohranjanje vseh skript v predpomnilniku, je priporočljivo med nastavitvami PHP uporabiti <code>opcache.max_accelerated_files</code> z vrednostjo, višjo od <code>%s</code>.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Največje dovoljeno število ključev OPcache je skoraj preseženo. Da bi zagotovili ohranjanje vseh skript v medpomnilniku, je priporočljivo med nastavitvami PHP uporabiti <code>opcache.memory_consumption</code> z vrednostjo, višjo od <code>%s</code>.", "Administrator documentation" : "Skrbniška dokumentacija", "User documentation" : "Uporabniška dokumentacija", + "Nextcloud help overview" : "Pregled pomoči Nextcloud", "Invalid SMTP password." : "Neveljavno geslo SMTP", "Email setting test" : "Preizkus nastavitev elektronske pošte", "Well done, %s!" : "Odlično, %s!", @@ -126,19 +133,45 @@ "Background jobs" : "Opravila v ozadju", "Unlimited" : "Neomejeno", "Verifying" : "Preverjanje", + "Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.", + "Old user imported certificates" : "Stara uporabniška potrdila", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Na čakanju je ozadnje opravilo, ki preverja obstoj uporabniško uvoženih potrdil SSL. Ponovno preverite kasneje.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", + "Default phone region" : "Privzeto telefonsko območje", + "Email test" : "Preizkus elektronske pošte", + "Email test was successfully sent" : "Preizkusno sporočilo je bilo uspešno poslano.", + "File locking" : "Zaklepanje datotek", + "Internet connectivity" : "Internetna povezljivost", + "Internet connectivity is disabled in configuration file." : "Internetna povezljivost je v nastavitveni datoteki onemogočena.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, ni mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.", + "Old server-side-encryption" : "Staro strežniško šifriranje", "Disabled" : "Onemogočeno", "The old server-side-encryption format is enabled. We recommend disabling this." : "Star način strežniškega šifriranja je še vedno omogočen. Priporočljivo je možnost izklopiti.", + "Memcache" : "Memcache", + "Configured" : "Nastavljeno", + "PHP default charset" : "Privzeti znakovni nabor PHP", + "PHP configuration option \"default_charset\" should be UTF-8" : "Nastavitvena možnost znakovnega nabora PHP »default_charset« mora biti UTF-8", + "Freetype" : "Freetype", "Supported" : "Podprto", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Namestitev PHP je brez ustrezne podpore za FreeType, kar pogosto vpliva na težave s slikami profila in nastavitvami vmesnika.", + "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.", + "PHP memory limit" : "Omejitev pomnilnika PHP", + "The PHP memory limit is below the recommended value of %s." : "Omejitev pomnilnika PHP je pod priporočeno mejo %s.", + "PHP modules" : "Moduli PHP", + "PHP version" : "Različica PHP", + "You are currently running PHP %s." : "Trenutno je v uporabi različica PHP %s.", + "PHP \"output_buffering\" option" : "MOžnost PHP »output_buffering«", + "Secure" : "Varno", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavitve so nastavljene le za branje. To onemogoča prilagajanje prek spletnega vmesnika, prav tako je treba nastavitveno datoteko vsakič znova ročno posodobiti.", + "Database version" : "Različica podatkovne zbirke", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "V uporabi je različica podatkovne zbirke PostgreSQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico PostgreSQL 9.6 ali višjo.", + "Unknown database platform" : "Neznano okolje podatkovne zbirke", "Architecture" : "Arhitektura", + "64-bit" : "64-bitni", + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Kaže, da je v uporabi 32-bitna različica PHP. Okolje Nextcloud zahteva za odzivno delovanje 64-bitno različico. Priporočljivo je nadgraditi operacijski sistem in PHP na zahtevano raven!", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.", "Profile information" : "Podrobnosti profila", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Slika profila, polno ime, elektronski naslov, telefonska številka, naslov, spletna stran, račun Twitter, ustanova, vloga, naslov, biografija in ali je profil omogočen.", @@ -148,6 +181,7 @@ "Speech-To-Text" : "Govor-v-besedilo", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prepisovanje govora v besedilo lahko izvajajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "None of your currently installed apps provide Speech-To-Text functionality" : "Noben od trenutno nameščenih programov ne omogoča prepisovanja govora v besedilo.", + "Image generation" : "Ustvarjanje slik", "Text processing" : "Obdelava besedila", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Obdelavo besedila lahko urejajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "Task:" : "Naloga:", @@ -402,7 +436,9 @@ "Password or insufficient permissions message" : "Sporočilo gesla oziroma neustreznih dovoljenj", "Loading user …" : "Poteka nalaganje uporabnika ...", "Change display name" : "Spremeni prikazno ime", + "Set new password" : "Nastavi novo geslo", "You do not have permissions to see the details of this user" : "Ni ustreznih dovoljenj za pregled podatkov uporabnika", + "Set new email address" : "Nastavi nov elektronski naslov", "Add user to group" : "Dodaj uporabnika v skupino", "Set user as admin for" : "Nastavi uporabnika kot skrbnika za", "Select user quota" : "Količinska omejitev prostora", @@ -460,6 +496,8 @@ "Active users" : "Dejavni uporabniki", "Admins" : "Skrbniki", "Disabled users" : "Onemogočeni uporabniki", + "Creating group …" : "Poteka ustvarjanje skupine ...", + "Create group" : "Ustvari skupino", "Group name" : "Ime skupine", "Sending…" : "Poteka pošiljanje ...", "Email sent" : "Elektronsko sporočilo je poslano", @@ -497,6 +535,9 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iz omrežja je bilo prejetih preveč zahtev. Če je to napaka, stopite v stik s skrbnikom, sicer pa poskusite spet kasneje.", "Documentation" : "Dokumentacija", "Forum" : "Forum", + "Account documentation" : "Dokumentacija računa", + "Administration documentation" : "Skrbniška dokumentacija", + "General documentation" : "Splošna dokumentacija", "Login" : "Prijava", "None/STARTTLS" : "Brez/STARTTLS", "SSL" : "Protokol SSL", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 362e7e24203..6644a0f681c 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -178,6 +178,7 @@ OC.L10N.register( "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver PostgreSQL 9.6 eller högre.", + "Unknown database platform" : "Okänd databasplattform", "Architecture" : "Arkitektur", "64-bit" : "64-bit", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Det verkar som att du kör en 32-bitars PHP-version. Nextcloud behöver 64-bitars för att fungera bra. Vänligen uppgradera ditt OS och PHP till 64-bitars!", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 2def05b42e6..1a3e531859f 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -176,6 +176,7 @@ "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver PostgreSQL 9.6 eller högre.", + "Unknown database platform" : "Okänd databasplattform", "Architecture" : "Arkitektur", "64-bit" : "64-bit", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Det verkar som att du kör en 32-bitars PHP-version. Nextcloud behöver 64-bitars för att fungera bra. Vänligen uppgradera ditt OS och PHP till 64-bitars!", diff --git a/apps/systemtags/l10n/is.js b/apps/systemtags/l10n/is.js index 155a4105cad..169ffa3f651 100644 --- a/apps/systemtags/l10n/is.js +++ b/apps/systemtags/l10n/is.js @@ -51,6 +51,8 @@ OC.L10N.register( "Invisible" : "Ósýnilegt", "Failed to load tags" : "Mistókst að hlaða inn merkjum", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Samstarfsmerkingar eru tiltækar öllum notendum. Takmörkuð merki sjá allir notendur en þeir geta ekki úthlutað þeim. Ósýnileg merki eru fyrir notkun innan kerfis, þar sem notendur munu ekki sjá þau eða getað úthlutað þeim.", + "This file has the tag {tag}" : "Þessi skrá er með merkið {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Þessi skrá er með merkin {firstTags} og {lastTag}", "No tags found" : "Engin merki fundust", "No files in here" : "Engar skrár hér", "No entries found in this folder" : "Engar skrár fundust í þessari möppu", diff --git a/apps/systemtags/l10n/is.json b/apps/systemtags/l10n/is.json index 7bcc0f4d160..9aecfca59f4 100644 --- a/apps/systemtags/l10n/is.json +++ b/apps/systemtags/l10n/is.json @@ -49,6 +49,8 @@ "Invisible" : "Ósýnilegt", "Failed to load tags" : "Mistókst að hlaða inn merkjum", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Samstarfsmerkingar eru tiltækar öllum notendum. Takmörkuð merki sjá allir notendur en þeir geta ekki úthlutað þeim. Ósýnileg merki eru fyrir notkun innan kerfis, þar sem notendur munu ekki sjá þau eða getað úthlutað þeim.", + "This file has the tag {tag}" : "Þessi skrá er með merkið {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Þessi skrá er með merkin {firstTags} og {lastTag}", "No tags found" : "Engin merki fundust", "No files in here" : "Engar skrár hér", "No entries found in this folder" : "Engar skrár fundust í þessari möppu", diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js index 71efc68d77e..aab41d00798 100644 --- a/apps/theming/l10n/sv.js +++ b/apps/theming/l10n/sv.js @@ -77,6 +77,7 @@ OC.L10N.register( "Disable all keyboard shortcuts" : "Inaktivera alla tangentbordsgenvägar", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.", "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}vår problemhanterare{linkend}. Och om du vill engagera dig, gå med i {designteam}vårt designteam{linkend}!", + "Current selected app: {app}, position {position} of {total}" : "Aktuell vald app: {app}, position {position} av {total}", "Move up" : "Flytta upp", "Move down" : "Flytta ner", "Custom background" : "Anpassad bakgrund", diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json index 5c20396ad58..a1ab5aef19b 100644 --- a/apps/theming/l10n/sv.json +++ b/apps/theming/l10n/sv.json @@ -75,6 +75,7 @@ "Disable all keyboard shortcuts" : "Inaktivera alla tangentbordsgenvägar", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.", "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}vår problemhanterare{linkend}. Och om du vill engagera dig, gå med i {designteam}vårt designteam{linkend}!", + "Current selected app: {app}, position {position} of {total}" : "Aktuell vald app: {app}, position {position} av {total}", "Move up" : "Flytta upp", "Move down" : "Flytta ner", "Custom background" : "Anpassad bakgrund", diff --git a/apps/user_status/l10n/ro.js b/apps/user_status/l10n/ro.js index dfb20d7cf35..f08d1a0b5d5 100644 --- a/apps/user_status/l10n/ro.js +++ b/apps/user_status/l10n/ro.js @@ -10,14 +10,24 @@ OC.L10N.register( "Working remotely" : "Lucru la distanță", "In a call" : "Într-un apel", "User status" : "Statusul utilizatorului", + "Clear status after" : "Șterge statusul după", + "Emoji for your status message" : "Emoji pentru mesajul de status", "What is your status?" : "Care este statusul dumneavoastră?", + "Predefined statuses" : "Stări predefinite", + "Previously set" : "Setat anterior", + "Reset status" : "Resetează starea", "Set status" : "Setează status", "Online status" : "Status online", "Status message" : "Mesaj de status", + "Your status was set automatically" : "Statusul a fost setat automat", "Clear status message" : "Șterge mesajul de stare", "Set status message" : "Setează mesajul de status", + "Reset status to \"{icon} {message}\"" : "Resetează statusul la \"{icon} {message}\"", + "Reset status to \"{message}\"" : "Resetează statusul la \"{message}\"", + "Reset status to \"{icon}\"" : "Resetează statusul la \"{icon}\"", "There was an error saving the status" : "S-a produs o eroare la salvarea stării", "There was an error clearing the status" : "S-a produs o eroare de ștergere a statutului", + "There was an error reverting the status" : "Eroare la revenirea la statusul anterior", "Don't clear" : "Nu curăța", "Today" : "Azi", "This week" : "Săptămâna asta", diff --git a/apps/user_status/l10n/ro.json b/apps/user_status/l10n/ro.json index ca0fced18e4..f3346b30c96 100644 --- a/apps/user_status/l10n/ro.json +++ b/apps/user_status/l10n/ro.json @@ -8,14 +8,24 @@ "Working remotely" : "Lucru la distanță", "In a call" : "Într-un apel", "User status" : "Statusul utilizatorului", + "Clear status after" : "Șterge statusul după", + "Emoji for your status message" : "Emoji pentru mesajul de status", "What is your status?" : "Care este statusul dumneavoastră?", + "Predefined statuses" : "Stări predefinite", + "Previously set" : "Setat anterior", + "Reset status" : "Resetează starea", "Set status" : "Setează status", "Online status" : "Status online", "Status message" : "Mesaj de status", + "Your status was set automatically" : "Statusul a fost setat automat", "Clear status message" : "Șterge mesajul de stare", "Set status message" : "Setează mesajul de status", + "Reset status to \"{icon} {message}\"" : "Resetează statusul la \"{icon} {message}\"", + "Reset status to \"{message}\"" : "Resetează statusul la \"{message}\"", + "Reset status to \"{icon}\"" : "Resetează statusul la \"{icon}\"", "There was an error saving the status" : "S-a produs o eroare la salvarea stării", "There was an error clearing the status" : "S-a produs o eroare de ștergere a statutului", + "There was an error reverting the status" : "Eroare la revenirea la statusul anterior", "Don't clear" : "Nu curăța", "Today" : "Azi", "This week" : "Săptămâna asta", |