diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /core/l10n/nl.js | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 7a452020bc3..a5a33bf2685 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -96,6 +96,8 @@ OC.L10N.register( "More apps" : "Meer apps", "Currently open" : "Momenteel actief", "_{count} notification_::_{count} notifications_" : ["{count} melding","{count} meldingen"], + "No" : "Nee", + "Yes" : "Ja", "Custom date range" : "Aangepast datumbereik", "Pick start date" : "Kies startdatum", "Pick end date" : "Kies einddatum", @@ -197,8 +199,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versie {version} en hoger", "Settings menu" : "Instellingenmenu", "Avatar of {displayName}" : "Avatar van {displayName}", - "No" : "Nee", - "Yes" : "Ja", "Choose {file}" : "Kies {file}", "Choose" : "Kies", "Copy to {target}" : "Kopieer naar {target}", @@ -206,7 +206,6 @@ OC.L10N.register( "Move to {target}" : "Verplaats naar {target}", "Move" : "Verplaatsen", "OK" : "OK", - "Error loading message template: {error}" : "Fout bij laden berichtensjabloon: {error}", "read-only" : "Alleen lezen", "_{count} file conflict_::_{count} file conflicts_" : ["{count} bestandsconflict","{count} bestandsconflicten"], "One file conflict" : "Een bestandsconflict", @@ -442,6 +441,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" is een niet toegestaan bestandstype", "{newName} already exists" : "{newName} bestaat al", "Error loading file picker template: {error}" : "Fout bij laden bestandenselecteur sjabloon: {error}", + "Error loading message template: {error}" : "Fout bij laden berichtensjabloon: {error}", "Show list view" : "Toon lijstweergave", "Show grid view" : "Toon roosterweergave", "Pending" : "Onderhanden", |