Added localization for success alerts
This commit is contained in:
@@ -785,7 +785,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = "Nextcloud Cookbook iOS Client/Nextcloud_Cookbook_iOS_Client.entitlements";
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Nextcloud Cookbook iOS Client/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = EF2ABA36D9;
|
||||
@@ -829,7 +829,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = "Nextcloud Cookbook iOS Client/Nextcloud_Cookbook_iOS_Client.entitlements";
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Nextcloud Cookbook iOS Client/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = EF2ABA36D9;
|
||||
|
||||
Binary file not shown.
@@ -1196,7 +1196,26 @@
|
||||
}
|
||||
},
|
||||
"Deletion successful." : {
|
||||
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Das Rezept wurde erfolgreich gelöscht."
|
||||
}
|
||||
},
|
||||
"es" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "La receta se ha eliminado con éxito."
|
||||
}
|
||||
},
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "La recette a été supprimée avec succès."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Description" : {
|
||||
"localizations" : {
|
||||
@@ -2725,7 +2744,26 @@
|
||||
}
|
||||
},
|
||||
"Recipe upload successful." : {
|
||||
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Das Rezept wurde erfolgreich hochgeladen."
|
||||
}
|
||||
},
|
||||
"es" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "La receta se ha subido con éxito."
|
||||
}
|
||||
},
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "La recette a été téléchargée avec succès."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Recipes" : {
|
||||
"localizations" : {
|
||||
@@ -3261,7 +3299,26 @@
|
||||
}
|
||||
},
|
||||
"Success!" : {
|
||||
|
||||
"localizations" : {
|
||||
"de" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Erfolg!"
|
||||
}
|
||||
},
|
||||
"es" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "¡Éxito!"
|
||||
}
|
||||
},
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Succès!"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Sugar content" : {
|
||||
"comment" : "Sugar content",
|
||||
|
||||
Reference in New Issue
Block a user