diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-18 00:27:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-18 00:27:58 +0000 |
commit | 39db399043b044f345c22c2329346358d30313b9 (patch) | |
tree | 4ac275f34ddcd8aa1a8a68192121af9bc147cf93 /core | |
parent | ee21204dd90ccfdd4c119d7277a73e11150ac2be (diff) | |
download | nextcloud-server-39db399043b044f345c22c2329346358d30313b9.tar.gz nextcloud-server-39db399043b044f345c22c2329346358d30313b9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/de_DE.js | 2 | ||||
-rw-r--r-- | core/l10n/de_DE.json | 2 | ||||
-rw-r--r-- | core/l10n/fr.js | 2 | ||||
-rw-r--r-- | core/l10n/fr.json | 2 | ||||
-rw-r--r-- | core/l10n/sv.js | 2 | ||||
-rw-r--r-- | core/l10n/sv.json | 2 |
6 files changed, 10 insertions, 2 deletions
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 464a21366ff..305bc0ca4df 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -200,7 +200,7 @@ OC.L10N.register( "Modified" : "Geändert", "Today" : "Heute", "Last 7 days" : "Die letzten 7 Tage", - "Last 30 days" : "Die letzten 30 Tqage", + "Last 30 days" : "Die letzten 30 Tage", "This year" : "Dieses Jahr", "Last year" : "Letztes Jahr", "Custom date range" : "Benutzerdefinierter Zeitbereich", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index d6099acbd8b..f0385dc82db 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -198,7 +198,7 @@ "Modified" : "Geändert", "Today" : "Heute", "Last 7 days" : "Die letzten 7 Tage", - "Last 30 days" : "Die letzten 30 Tqage", + "Last 30 days" : "Die letzten 30 Tage", "This year" : "Dieses Jahr", "Last year" : "Letztes Jahr", "Custom date range" : "Benutzerdefinierter Zeitbereich", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 1242121ed62..6c22c82fc91 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -208,7 +208,9 @@ OC.L10N.register( "Not found" : "Non trouvé", "People" : "Personnes", "Load more results" : "Charger plus de résultats", + "Search in" : "Rechercher dans", "Start typing in search" : "Commencez à saisir dans la recherche", + "No matching results" : "Aucun résultat correspondant", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Du ${this.dateFilter.startFrom.toLocaleDateString()} au ${this.dateFilter.endAt.toLocaleDateString()}", "Forgot password?" : "Mot de passe oublié ?", "Back to login form" : "Retour au formulaire de connexion", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index e359440e399..b6c8f69d1e3 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -206,7 +206,9 @@ "Not found" : "Non trouvé", "People" : "Personnes", "Load more results" : "Charger plus de résultats", + "Search in" : "Rechercher dans", "Start typing in search" : "Commencez à saisir dans la recherche", + "No matching results" : "Aucun résultat correspondant", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Du ${this.dateFilter.startFrom.toLocaleDateString()} au ${this.dateFilter.endAt.toLocaleDateString()}", "Forgot password?" : "Mot de passe oublié ?", "Back to login form" : "Retour au formulaire de connexion", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index cd5ed355e73..f46b3050b81 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -124,6 +124,8 @@ OC.L10N.register( "Currently open" : "För närvarande öppen", "_{count} notification_::_{count} notifications_" : ["{count} meddelande","{count} meddelanden"], "Date range filter" : "Filter för datumintervall", + "Pick a start date" : "Välj ett startdatum", + "Pick an end date" : "Välj ett slutdatum", "Apply range" : "Använd intervall", "Log in" : "Logga in", "Logging in …" : "Loggar in ...", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 306f057dca1..e1efdf8a5c1 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -122,6 +122,8 @@ "Currently open" : "För närvarande öppen", "_{count} notification_::_{count} notifications_" : ["{count} meddelande","{count} meddelanden"], "Date range filter" : "Filter för datumintervall", + "Pick a start date" : "Välj ett startdatum", + "Pick an end date" : "Välj ett slutdatum", "Apply range" : "Använd intervall", "Log in" : "Logga in", "Logging in …" : "Loggar in ...", |