|
56 | 56 | "@successfullySaved": { |
57 | 57 | "description": "Message when an item was successfully saved" |
58 | 58 | }, |
59 | | - "exerciseList": "Oefeningen lijst", |
| 59 | + "exerciseList": "Oefeningenlijst", |
60 | 60 | "exercise": "Oefening", |
61 | 61 | "@exercise": { |
62 | 62 | "description": "An exercise for a workout" |
|
65 | 65 | "@exercises": { |
66 | 66 | "description": "Multiple exercises for a workout" |
67 | 67 | }, |
68 | | - "exerciseName": "Oefening naam", |
| 68 | + "exerciseName": "Oefeningnaam", |
69 | 69 | "@exerciseName": { |
70 | 70 | "description": "Label for the name of a workout exercise" |
71 | 71 | }, |
72 | | - "success": "Succes", |
| 72 | + "success": "Gelukt", |
73 | 73 | "@success": { |
74 | 74 | "description": "Message when an action completed successfully, usually used as a heading" |
75 | 75 | }, |
|
327 | 327 | }, |
328 | 328 | "onlyLogging": "Alleen calorieën bijhouden", |
329 | 329 | "onlyLoggingHelpText": "Vink dit vakje aan als u alleen uw calorieën wilt registreren en geen gedetailleerd voedingsplan met specifieke maaltijden wilt opstellen", |
330 | | - "goalMacro": "Macro doelen", |
| 330 | + "goalMacro": "Macrodoelen", |
331 | 331 | "@goalMacro": { |
332 | 332 | "description": "The goal for macronutrients" |
333 | 333 | }, |
|
555 | 555 | "@moreMeasurementEntries": { |
556 | 556 | "description": "Message shown when the user wants to add new measurement" |
557 | 557 | }, |
558 | | - "edit": "Wijzig", |
| 558 | + "edit": "Bewerken", |
559 | 559 | "loadingText": "Laden...", |
560 | 560 | "@loadingText": { |
561 | 561 | "description": "Text to show when entries are being loaded in the background: Loading..." |
|
909 | 909 | "@glutes": { |
910 | 910 | "description": "Generated entry for translation for server strings" |
911 | 911 | }, |
912 | | - "gym_mat": "Gym matje", |
| 912 | + "gym_mat": "Gym-matje", |
913 | 913 | "@gym_mat": { |
914 | 914 | "description": "Generated entry for translation for server strings" |
915 | 915 | }, |
|
1013 | 1013 | "@lb": { |
1014 | 1014 | "description": "Generated entry for translation for server strings" |
1015 | 1015 | }, |
1016 | | - "none__bodyweight_exercise_": "geen (lichaamsgewicht)", |
| 1016 | + "none__bodyweight_exercise_": "geen (oefeningen met lichaamsgewicht)", |
1017 | 1017 | "@none__bodyweight_exercise_": { |
1018 | 1018 | "description": "Generated entry for translation for server strings" |
1019 | 1019 | }, |
|
1030 | 1030 | "@goalTypeMeals": { |
1031 | 1031 | "description": "added for localization of Class GoalType's filed meals" |
1032 | 1032 | }, |
1033 | | - "goalTypeBasic": "Basic", |
| 1033 | + "goalTypeBasic": "Basis", |
1034 | 1034 | "@goalTypeBasic": { |
1035 | 1035 | "description": "added for localization of Class GoalType's filed basic" |
1036 | 1036 | }, |
|
1201 | 1201 | }, |
1202 | 1202 | "endBeforeStart": "De eindwaarde mag niet vóór de beginwaarde liggen", |
1203 | 1203 | "minLengthRoutine": "De routine moet minimaal {number} weken duren", |
1204 | | - "maxLengthRoutine": "De routine kan maximaal {number} weken duren" |
| 1204 | + "maxLengthRoutine": "De routine kan maximaal {number} weken duren", |
| 1205 | + "syncStatusConnected": "Verbonden", |
| 1206 | + "@syncStatusConnected": { |
| 1207 | + "description": "Tooltip on the sync icon when the app is online and idle (no upload or download in progress)" |
| 1208 | + }, |
| 1209 | + "syncStatusConnecting": "Verbinden", |
| 1210 | + "@syncStatusConnecting": { |
| 1211 | + "description": "Tooltip on the sync icon while the app is establishing a connection to the sync service" |
| 1212 | + }, |
| 1213 | + "syncStatusUploading": "Uploaden", |
| 1214 | + "@syncStatusUploading": { |
| 1215 | + "description": "Tooltip on the sync icon while local changes are being uploaded to the server" |
| 1216 | + }, |
| 1217 | + "syncStatusDownloading": "Downloaden", |
| 1218 | + "@syncStatusDownloading": { |
| 1219 | + "description": "Tooltip on the sync icon while remote changes are being downloaded from the server" |
| 1220 | + }, |
| 1221 | + "syncStatusSyncing": "Synchroniseren", |
| 1222 | + "@syncStatusSyncing": { |
| 1223 | + "description": "Tooltip on the sync icon when the app is uploading and downloading at the same time" |
| 1224 | + }, |
| 1225 | + "syncStatusReconnect": "Opnieuw verbinden", |
| 1226 | + "@syncStatusReconnect": { |
| 1227 | + "description": "Button in the sync status dialog that drops the stuck connection to the sync service and opens a fresh one" |
| 1228 | + }, |
| 1229 | + "syncStatusDisconnected": "Niet verbonden", |
| 1230 | + "@syncStatusDisconnected": { |
| 1231 | + "description": "Tooltip on the sync icon when the app has no active connection to the sync service" |
| 1232 | + }, |
| 1233 | + "syncStatusError": "Synchronisatiefout", |
| 1234 | + "@syncStatusError": { |
| 1235 | + "description": "Status label shown in the sync status dialog when the latest sync attempt failed" |
| 1236 | + }, |
| 1237 | + "syncStatusDialogTitle": "Synchronisatiestatus", |
| 1238 | + "@syncStatusDialogTitle": { |
| 1239 | + "description": "Title of the dialog opened by tapping the sync icon in the app bar" |
| 1240 | + }, |
| 1241 | + "syncStatusLastSynced": "Laatste synchronisatie", |
| 1242 | + "@syncStatusLastSynced": { |
| 1243 | + "description": "Label in the sync status dialog above the timestamp of the last successful sync" |
| 1244 | + }, |
| 1245 | + "syncStatusErrorDetails": "Foutdetails", |
| 1246 | + "@syncStatusErrorDetails": { |
| 1247 | + "description": "Header of the expandable section in the sync status dialog that reveals the raw error message" |
| 1248 | + }, |
| 1249 | + "syncStatusNeverSynced": "Nog niet gesynchroniseerd", |
| 1250 | + "@syncStatusNeverSynced": { |
| 1251 | + "description": "Shown in the sync status dialog instead of the last-sync timestamp when this device has never completed a synchronisation" |
| 1252 | + }, |
| 1253 | + "serverSectionLabel": "Server", |
| 1254 | + "advanced": "Geavanceerd", |
| 1255 | + "meal": "Maaltijd", |
| 1256 | + "ingredients": "Ingrediënten", |
| 1257 | + "@ingredients": { |
| 1258 | + "description": "Plural title for the ingredients overview screen" |
| 1259 | + } |
1205 | 1260 | } |
0 commit comments