From 1a375bcc17c5e638f99c914e4928190fe1967455 Mon Sep 17 00:00:00 2001 From: Rushaway Date: Thu, 25 May 2023 15:22:42 +0200 Subject: [PATCH] fix: Latvian translations (#1989) * fix: Latvian translations https://github.com/orgs/alliedmodders/projects/1/views/1?pane=issue&itemId=24307197 Try to solve issue: Includes a "#format" key And Phrase missing in common.phrases.txt * Fix + Add missing Arabic translations https://github.com/orgs/alliedmodders/projects/1/views/1?pane=issue&itemId=24307177 Thanks to arabic teachers `Skynet #2058` & `x sooonta#8948` * Revert "Fix + Add missing Arabic translations" This reverts commit 899c0fb783be99020ac2bef3b824766aee485581. --- translations/lv/basetriggers.phrases.txt | 1 - translations/lv/common.phrases.txt | 20 ++++++++++++++++++++ translations/lv/plugin.basecommands.txt | 2 +- translations/lv/rockthevote.phrases.txt | 1 - 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/translations/lv/basetriggers.phrases.txt b/translations/lv/basetriggers.phrases.txt index 020bfb5b..84b4184e 100644 --- a/translations/lv/basetriggers.phrases.txt +++ b/translations/lv/basetriggers.phrases.txt @@ -22,7 +22,6 @@ "Friendly Fire Percent" { - "#format" "{1:0.0f}" "lv" "Draudzīgas uguns iespējamība {1}%." } diff --git a/translations/lv/common.phrases.txt b/translations/lv/common.phrases.txt index a7af144f..8c394bf0 100644 --- a/translations/lv/common.phrases.txt +++ b/translations/lv/common.phrases.txt @@ -230,4 +230,24 @@ "lv" "Izslēgts" } + "Say all" + { + "lv" "(VISI) {1}" + } + + "Chat admins" + { + "lv" "(ADMINI) {1}" + } + + "Chat to admins" + { + "lv" "(ADMINIEM) {1}" + } + + "Private say to" + { + "lv" "(Privāts priekš {1}) {2}" + } + } diff --git a/translations/lv/plugin.basecommands.txt b/translations/lv/plugin.basecommands.txt index ac2557ef..ffc0415c 100644 --- a/translations/lv/plugin.basecommands.txt +++ b/translations/lv/plugin.basecommands.txt @@ -132,7 +132,7 @@ "Choose Config" { - "lv" "Izvēlies konfigurācijas failu" + "lv" "Izvēlies konfigurācijas failu" } } diff --git a/translations/lv/rockthevote.phrases.txt b/translations/lv/rockthevote.phrases.txt index cb10b340..4a303dbf 100644 --- a/translations/lv/rockthevote.phrases.txt +++ b/translations/lv/rockthevote.phrases.txt @@ -22,7 +22,6 @@ "Already Voted" { - "#format" "{1:d},{2:d}" "lv" "Tu jau nobalsoji par kartes maiņu ar RTV ({1} balsis, {2} balsis palikušas)" }