diff --git a/l10n/de.js b/l10n/de.js index 4667cadc1..c321001d1 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Something went wrong" : "Etwas ist schiefgelaufen", + "Failed to upload {name}" : "Fehler beim Hochladen von {name}", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index d1e3cc91d..ab604a7e3 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -250,6 +250,7 @@ "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Something went wrong" : "Etwas ist schiefgelaufen", + "Failed to upload {name}" : "Fehler beim Hochladen von {name}", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index ddd4c9cff..edb3dd3dc 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Something went wrong" : "Etwas ist schiefgelaufen", + "Failed to upload {name}" : "Fehler beim Hochladen von {name}", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 2790a2a2f..41f127b57 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -250,6 +250,7 @@ "Link to a board" : "Mit einem Board verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen", "Something went wrong" : "Etwas ist schiefgelaufen", + "Failed to upload {name}" : "Fehler beim Hochladen von {name}", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 366f22ff9..42327c870 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Something went wrong" : "Quelque chose s'est mal passé", + "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index 2187efb97..ef7b1d005 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -250,6 +250,7 @@ "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Something went wrong" : "Quelque chose s'est mal passé", + "Failed to upload {name}" : "Échec d'envoi de {name}", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index 14d054f4a..263ae78fd 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -185,7 +185,7 @@ OC.L10N.register( "Assign to users" : "הקצאה למשתמשים", "Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים", "Assign a user to this card…" : "הקצאת משתמש לכרטיס זה…", - "Due date" : "מועד תפוגה", + "Due date" : "מועד יעד", "Set a due date" : "הגדרת תאריך יעד", "Remove due date" : "הסרת מועד התפוגה", "Select Date" : "בחירת תאריך", @@ -195,7 +195,7 @@ OC.L10N.register( "In reply to" : "בתגובה אל", "Reply" : "תגובה", "Update" : "עדכון", - "Description" : "תיאוג", + "Description" : "תיאור", "(Unsaved)" : "(לא נשמר)", "(Saving…)" : "(מתבצעת שמירה…)", "Formatting help" : "עזרה בסידור בתבנית", @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "קישור ללוח", "Link to a card" : "קישור לכרטיס", "Something went wrong" : "משהו השתבש", + "Failed to upload {name}" : "העלאת {name} נכשלה", "Maximum file size of {size} exceeded" : "גודל הקבצים המרבי {size} הושג" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json index 3c1289927..c37bc47ef 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -183,7 +183,7 @@ "Assign to users" : "הקצאה למשתמשים", "Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים", "Assign a user to this card…" : "הקצאת משתמש לכרטיס זה…", - "Due date" : "מועד תפוגה", + "Due date" : "מועד יעד", "Set a due date" : "הגדרת תאריך יעד", "Remove due date" : "הסרת מועד התפוגה", "Select Date" : "בחירת תאריך", @@ -193,7 +193,7 @@ "In reply to" : "בתגובה אל", "Reply" : "תגובה", "Update" : "עדכון", - "Description" : "תיאוג", + "Description" : "תיאור", "(Unsaved)" : "(לא נשמר)", "(Saving…)" : "(מתבצעת שמירה…)", "Formatting help" : "עזרה בסידור בתבנית", @@ -250,6 +250,7 @@ "Link to a board" : "קישור ללוח", "Link to a card" : "קישור לכרטיס", "Something went wrong" : "משהו השתבש", + "Failed to upload {name}" : "העלאת {name} נכשלה", "Maximum file size of {size} exceeded" : "גודל הקבצים המרבי {size} הושג" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index 93b91fa20..f84589c63 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Something went wrong" : "Qualcosa non ha funzionato", + "Failed to upload {name}" : "Caricamenti di {name} non riuscito", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json index 8ab927a00..b817cf1c3 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -250,6 +250,7 @@ "Link to a board" : "Collega a una lavagna", "Link to a card" : " Collega a una scheda", "Something went wrong" : "Qualcosa non ha funzionato", + "Failed to upload {name}" : "Caricamenti di {name} non riuscito", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 0a534f6b6..a573c61eb 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -210,7 +210,12 @@ OC.L10N.register( "Board name" : "Lentos pavadinimas", "Board details" : "Išsamiau apie lentą", "Edit board" : "Taisyti lentą", + "All cards" : "Visos kortelės", + "Assigned cards" : "Priskirtos kortelės", + "No notifications" : "Pranešimų nėra", + "Delete board" : "Ištrinti lentą", "Board {0} deleted" : "Lenta {0} ištrinta", + "Only assigned cards" : "Tik priskirtos kortelės", "An error occurred" : "Įvyko klaida", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ar tikrai norite ištrinti lentą, pavadinimu {title}? Tai ištrins visus šios lentos duomenis.", "Delete the board?" : "Ištrinti lentą?", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 6333acc83..e2eab5081 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -208,7 +208,12 @@ "Board name" : "Lentos pavadinimas", "Board details" : "Išsamiau apie lentą", "Edit board" : "Taisyti lentą", + "All cards" : "Visos kortelės", + "Assigned cards" : "Priskirtos kortelės", + "No notifications" : "Pranešimų nėra", + "Delete board" : "Ištrinti lentą", "Board {0} deleted" : "Lenta {0} ištrinta", + "Only assigned cards" : "Tik priskirtos kortelės", "An error occurred" : "Įvyko klaida", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ar tikrai norite ištrinti lentą, pavadinimu {title}? Tai ištrins visus šios lentos duomenis.", "Delete the board?" : "Ištrinti lentą?", diff --git a/l10n/nl.js b/l10n/nl.js index a6fa67af7..4d7228970 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -237,7 +237,7 @@ OC.L10N.register( "No notifications" : "Geen meldingen", "Delete board" : "Verwijder bord", "Board {0} deleted" : "Bord {0} verwijderd", - "Only assigned cards" : "Enkel toegewezen kaarten", + "Only assigned cards" : "Uitsluitend toegewezen kaarten", "No reminder" : "Geen herinnering", "An error occurred" : "Er is een fout opgetreden", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Weet je zeker dat je bord {title} met wilt verwijderen? Dit verwijderd alle informatie van dit bord.", @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Something went wrong" : "Er ging iets verkeerd", + "Failed to upload {name}" : "Kon {name} niet uploaden", "Maximum file size of {size} exceeded" : "Maximale bestandsomvang van {size} overschreden" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json index 9cf59e11b..84b9729f1 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -235,7 +235,7 @@ "No notifications" : "Geen meldingen", "Delete board" : "Verwijder bord", "Board {0} deleted" : "Bord {0} verwijderd", - "Only assigned cards" : "Enkel toegewezen kaarten", + "Only assigned cards" : "Uitsluitend toegewezen kaarten", "No reminder" : "Geen herinnering", "An error occurred" : "Er is een fout opgetreden", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Weet je zeker dat je bord {title} met wilt verwijderen? Dit verwijderd alle informatie van dit bord.", @@ -250,6 +250,7 @@ "Link to a board" : "Verbind met een bord", "Link to a card" : "Koppel met een kaart", "Something went wrong" : "Er ging iets verkeerd", + "Failed to upload {name}" : "Kon {name} niet uploaden", "Maximum file size of {size} exceeded" : "Maximale bestandsomvang van {size} overschreden" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index 556489053..00d7bdcaa 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Something went wrong" : "Coś poszło nie tak", + "Failed to upload {name}" : "Nie udało się wysłać {name}", "Maximum file size of {size} exceeded" : "Przekroczono maksymalny rozmiar pliku {size}" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index 65e569bcd..46009aa53 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -250,6 +250,7 @@ "Link to a board" : "Link do tablicy", "Link to a card" : "Link do karty", "Something went wrong" : "Coś poszło nie tak", + "Failed to upload {name}" : "Nie udało się wysłać {name}", "Maximum file size of {size} exceeded" : "Przekroczono maksymalny rozmiar pliku {size}" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/sl.js b/l10n/sl.js index f687d732e..62e43be33 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -252,6 +252,7 @@ OC.L10N.register( "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Something went wrong" : "Prišlo je do napake ...", + "Failed to upload {name}" : "Pošiljanje {name} je spodletelo", "Maximum file size of {size} exceeded" : "Omejitev velikosti datoteke {size} je prekoračena." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/l10n/sl.json b/l10n/sl.json index 0a7a38c52..3382a0fb2 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -250,6 +250,7 @@ "Link to a board" : "Povezava do zbirke", "Link to a card" : "Povezava do naloge", "Something went wrong" : "Prišlo je do napake ...", + "Failed to upload {name}" : "Pošiljanje {name} je spodletelo", "Maximum file size of {size} exceeded" : "Omejitev velikosti datoteke {size} je prekoračena." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index e44c05dee..2003621ff 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -230,6 +230,7 @@ OC.L10N.register( "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Something went wrong" : "有地方出错了", + "Failed to upload {name}" : "未能上传 {name}", "Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 63d7902f1..6ec711f77 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -228,6 +228,7 @@ "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", "Something went wrong" : "有地方出错了", + "Failed to upload {name}" : "未能上传 {name}", "Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file