From df735fe883fb9550c7ebb1cd2a16a6938167123f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1rady=20Mil=C3=A1n?= <61704770+MilanVarady@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:08:46 +0100 Subject: [PATCH] Update localization --- Localizable.xcstrings | 53 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 9 deletions(-) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 2114cd5..d436a9b 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -171,22 +171,36 @@ } }, "**This app is deprecated**\n**Reason:** %@\n**Date:** %@" : { + "comment" : "App deprecated alert message", "localizations" : { "en" : { "stringUnit" : { "state" : "new", "value" : "**This app is deprecated**\n**Reason:** %1$@\n**Date:** %2$@" } + }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "**Ez az alkalmazás elavult**\n**Ok:** %1$@\n**Dátum:** %2$@" + } } } }, "**This app is disabled**\n**Reason:** %@\n**Date:** %@" : { + "comment" : "App disabled alert message", "localizations" : { "en" : { "stringUnit" : { "state" : "new", "value" : "**This app is disabled**\n**Reason:** %1$@\n**Date:** %2$@" } + }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "**Ez az alkalmazás le van tiltva**\n**Ok:** %1$@\n**Dátum:** %2$@" + } } } }, @@ -785,13 +799,37 @@ } }, "App has Caveats" : { - + "comment" : "App has caveats alert title", + "localizations" : { + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Figyelmeztetés" + } + } + } }, "App is Deprecated" : { - + "comment" : "App is deprecated alert title", + "localizations" : { + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Az alkalmazás elavult" + } + } + } }, "App is Disabled" : { - + "comment" : "App is disabled alert title", + "localizations" : { + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Az alkalmazás le van tiltva" + } + } + } }, "App Migration" : { "comment" : "App Migration view title", @@ -4946,19 +4984,16 @@ } } }, - "This app is from a third-party tap" : { - "extractionState" : "stale", + "This app is from a third-party tap:\n`%@`" : { + "comment" : "Tap popup info", "localizations" : { "hu" : { "stringUnit" : { "state" : "translated", - "value" : "Ez az alkalmazás egy harmadik feltől származó tapból van" + "value" : "Ez az alkalmazás egy harmadik feltől származó tapból van:\n`%@`" } } } - }, - "This app is from a third-party tap:\n`%@`" : { - }, "This application uses the [Homebrew](https://brew.sh/) (brew for short) package manager to download apps. Homebrew is a free and open source command line utility that can download useful developer tools as well as desktop applications." : { "comment" : "Manage Homebrew view description",