diff options
author | Kevin Varga Halasz <vargahalasz@gmail.com> | 2024-03-22 14:01:46 +0100 |
---|---|---|
committer | Kevin Varga Halasz <vargahalasz@gmail.com> | 2024-03-22 14:01:46 +0100 |
commit | bb739369cc0fb07cd3f0ba83ddc62746caeab2c1 (patch) | |
tree | cb9a91ecba8a766767388bdd007903ea345d351e | |
parent | 1cd2e8775a82cadc68ebe94f78c2d54daf0548b9 (diff) |
Adding
-rw-r--r-- | Sources/SwiftyCrop/Resources/Localizable.xcstrings | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Sources/SwiftyCrop/Resources/Localizable.xcstrings b/Sources/SwiftyCrop/Resources/Localizable.xcstrings index 8c5c203..c3a5943 100644 --- a/Sources/SwiftyCrop/Resources/Localizable.xcstrings +++ b/Sources/SwiftyCrop/Resources/Localizable.xcstrings @@ -28,6 +28,12 @@ "value" : "Annuler" } }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mégsem" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -81,6 +87,12 @@ "value" : "Déplacer et dimensionner" } }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mozgatás és méretezés" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -134,6 +146,12 @@ "value" : "Enregistrer" } }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentés" + } + }, "it" : { "stringUnit" : { "state" : "translated", |