From 0a7ff41ebc1303f0fc0d6e0f9a61e9d8fe795cce Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Wed, 03 Jun 2026 21:45:21 +0800 Subject: [PATCH] Allow duplicate bundle IDs with different app names --- Apptag/Localization/ro.json | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Apptag/Localization/ro.json b/Apptag/Localization/ro.json index 31c0a6c..4e8cdd2 100644 --- a/Apptag/Localization/ro.json +++ b/Apptag/Localization/ro.json @@ -63,6 +63,11 @@ "drop.systemDefaultWarning": "Nu trage aplicații în categoriile implicite ale sistemului", "drop.uncategorizedConfirmTitle": "Muți la Necategorizat?", "drop.uncategorizedConfirmMessage": "Mutarea %appName% la Necategorizat va elimina cele %tagCount% asocieri curente de etichete: %tagNames%.", + "drop.removeTagConfirmTitle": "Remove tag?", + "drop.removeTagConfirmMessage": "Remove %appName% from the tag %tagName%?", + "drop.removeTagDoNotAskAgain": "Got it, don't remind me again", + "drop.removeTagConfirmYes": "Yes", + "drop.removeTagConfirmNo": "No", "tag.design": "Design", "tag.development": "Dezvoltare", "tag.writing": "Scriere", -- Gitblit v1.9.3