Skip to content

Commit

Permalink
Merge pull request #122 from Abrynos/localization
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
Abrynos authored Aug 6, 2024
2 parents 19132f8 + 0e27f2a commit 289fa68
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2021-2023 Sebastian Göls
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation; version 2 of the License only
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along
~ with this program; if not, write to the Free Software Foundation, Inc.,
~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->
<resources>
<string name="appName" comment="This text will be shown in the android devices app drawer as the apps name">Boodschappenlijst</string>
<string name="optionsUseDarkThemeText" comment="This text will be shown in the options menu as description for the theme switch">Gebruik donkere modus</string>
<string name="optionsOrderZeroItemsLastText" comment="This text will be shown in the options menu as description for the switch for sorting zero-count items last">Sorteer lege producten als laatste</string>
<string name="optionsTitleBarText" comment="This text will be shown in the options menus titlebar">Instellingen</string>
<string name="optionsLatestReleaseText" comment="This text will be shown in the options menu as the link to the lastest release">nieuwste uitgave</string>
<string name="optionsListOrderText" comment="This text will be shown in the options menu as description of the dropdown for sorting the shopping list">Volgorde</string>
<string name="optionsUnorderedOrdering" comment="This text will be shown in the options menus ordering dropdown menu; represents no ordering">Niet gesorteerd</string>
<string name="optionsAlphabeticalOrdering" comment="This text will be shown in the options menus ordering dropdown menu; represents alphabetical ordering">Alfabetisch</string>
<string name="optionsAmountAscendingOrdering" comment="This text will be shown in the options menus ordering dropdown menu; represents ascending ordering by amount">Aantal oplopend</string>
<string name="optionsAmountDecendingOrdering" comment="This text will be shown in the options menus ordering dropdown menu; represents descending ordering by amount">Aantal aflopend</string>
<string name="optionsAccentText" comment="This text will be shown in the options menu as description of the dropdown for the accent color of the app">Kleur</string>
<string name="optionsAccentBlue" comment="This text will be shown in the options menus accent color menu; represents the blue theme">Blauw</string>
<string name="optionsAccentRed" comment="This text will be shown in the options menus accent color menu; represents the red theme">Rood</string>
<string name="optionsAccentOrange" comment="This text will be shown in the options menus accent color menu; represents the orange theme">Oranje</string>
<string name="optionsAccentTeal" comment="This text will be shown in the options menus accent color menu; represents the teal theme">Groenblauw</string>
<string name="optionsAccentPurple" comment="This text will be shown in the options menus accent color menu; represents the pruple theme">Paars</string>
<string name="optionsAccentGreen" comment="This text will be shown in the options menus accent color menu; represents the green theme">Groen</string>
<string name="mainMenuOptionsLinkText" comment="This text will be shown as the text to open the options menu; It is used for accessability (e.g. blind people)">Instellingen</string>
<string name="mainListIsEmptyText" comment="This text will be shown in case the shopping list does not contain any elements">Lijst is leeg</string>
<string name="mainSubtractButtonDescription" comment="This text describes the minus button for an item of the shopping list; It is used for accessability (e.g. blind people)">Vermindert het aantal items met één</string>
<string name="mainAddButtonDescription" comment="This text describes the plus button for an item of the shopping list; It is used for accessability (e.g. blind people)">Verhoog het aantal items met één</string>
<string name="mainDeleteButtonDescription" comment="This text describes the trash can button for an item of the shopping list; It is used for accessability (e.g. blind people)">Verwijder het item van de boodschappenlijst</string>
<string name="mainFloatingAddButtonDescription" comment="This text describes the floating plus button that adds a new item to the shopping list. It is used for accessability (e.g. blind people)">Voeg een nieuw item toe aan de boodschappenlijst</string>
<string name="addSaveButtonText" comment="This text will be shown on top of the save-button when adding a new item">Opslaan</string>
<string name="addNameHint" comment="This text will be shown as a placeholder for the items name when adding a new one">Item</string>
<string name="addAmountHint" comment="This text will be shown as a placeholder for the items amount when adding a new one">Hoeveelheid (optioneel)</string>
<string name="addTitleBarText" comment="This text will be shown in the titlebar when adding a new item">Voeg item toe</string>
<string name="addNameIsEmptyMessage" comment="This text will be shown if a user enters an empty item name for a new item">De naam mag niet leeg zijn</string>
<string name="addAmountNotANumberMessage" comment="This text will be shown if a user manages to enter a non-numeric text for the amount of a new item">Het aantal moet een geldig nummer zijn</string>
<string name="addAmountTooSmallMessage" comment="This text will be shown if a user enters a negative amount when adding an item">Het aantal moet hoger zijn dan 0</string>
<string name="addItemAlreadyExistsMessage" comment="This text will be shown if a user tries to add the same item multiple times">Een item met dezelfde naam bestaat al</string>
<string name="addShareButtonText" comment="This text will be shown on the share-button when adding a new item">Verzenden</string>
<string name="addShareText" comment="This text will be sent to your contact when sharing a new item with them" formatted="true">Voeg een item toe aan uw boodschappenlijst: %1$s</string>
</resources>

0 comments on commit 289fa68

Please sign in to comment.