diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-24 13:57:41 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-24 14:12:21 +0100 |
commit | 8139e600940d286000e8db4e9398104012d08d64 (patch) | |
tree | 71d0cf83271c115356dca6fe8a9d4156abf4007e /ui/src/main/res/values-nl-rNL/strings.xml | |
parent | 9dab67f3f143656a265ee1fb634a11b1c1eee53c (diff) |
strings: update from crowdin
This is after doing a rebuild on the crowdin side.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-nl-rNL/strings.xml')
-rw-r--r-- | ui/src/main/res/values-nl-rNL/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/src/main/res/values-nl-rNL/strings.xml b/ui/src/main/res/values-nl-rNL/strings.xml index eee46420..dc2a9f93 100644 --- a/ui/src/main/res/values-nl-rNL/strings.xml +++ b/ui/src/main/res/values-nl-rNL/strings.xml @@ -4,4 +4,12 @@ <item quantity="one">Kan %d tunnel niet verwijderen: %s</item> <item quantity="other">Kan %d tunnels niet verwijderen: %s</item> </plurals> + <plurals name="delete_title"> + <item quantity="one">%d tunnel geselecteerd</item> + <item quantity="other">%d tunnels geselecteerd</item> + </plurals> + <plurals name="import_partial_success"> + <item quantity="one">%1$d van %2$d tunnels geïmporteerd</item> + <item quantity="other">%1$d van de %2$d tunnels geïmporteerd</item> + </plurals> </resources> |