From ff231fae49d48a2d68a700eb73c4e3c7b7d705e9 Mon Sep 17 00:00:00 2001 From: BONNe Date: Mon, 20 Sep 2021 15:19:08 +0300 Subject: [PATCH] Add missing strings into locale. --- src/main/resources/locales/en-US.yml | 15 +++++++++++++++ src/main/resources/locales/lv.yml | 22 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 547b75f..ecaa945 100755 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -769,6 +769,13 @@ challenges: environment_element: name: "&f&l [environment]" description: "[description]" + search: + name: "&f&l Search" + description: |- + &7 Allows to search an + &7 element with input + &7 text value. + search: "&b Value: [value]" tips: click-to-select: "&e Click &7 to select." click-to-choose: "&e Click &7 to choose." @@ -810,6 +817,10 @@ challenges: click-on-item: |- &e Click &7 on item in &7 your inventory. + left-click-to-edit: "&e Left Click &7 to edit." + right-click-to-clear: "&e Right Click &7 to clear." + click-to-previous: "&e Click &7 to view previous page." + click-to-next: "&e Click &7 to view next page." descriptions: # This part generates description text for challenges object in all GUI's. challenge: @@ -1078,6 +1089,10 @@ challenges: database-export-completed: "&a Success, the database export for [world] is completed. File [file] generated." # Message that appears if input file name is already taken. file-name-exist: "&c File with name '[id]' exists. Cannot overwrite." + # Message that asks for search value input. + write-search: "&e Please write a search value. (write 'cancel' to exit)" + # Message that appears after updating search value. + search-updated: "&a Search value updated." titles: # Title and subtitle may contain variables in [] that will be replaced with a proper message from the challenge object. # [friendlyName] will be replaced with challenge friendly name. diff --git a/src/main/resources/locales/lv.yml b/src/main/resources/locales/lv.yml index d67815f..71e5e98 100644 --- a/src/main/resources/locales/lv.yml +++ b/src/main/resources/locales/lv.yml @@ -748,6 +748,12 @@ challenges: environment_element: name: "&f&l [environment]" description: "[description]" + search: + name: "&f&l Meklēt" + description: |- + &7 Ļauj ievadīt meklēšanas + &7 tekstu. + search: "&b Vērtība: [value]" tips: click-to-select: "&e Klikšķini, &7 lai atlasītu." click-to-choose: "&e Klikšķini, &7 lai izvēlētos." @@ -823,6 +829,18 @@ challenges: click-on-item: |- &e Klikšķini, &7 uz priekšmeta &7 tavā inventārā. + left-click-to-edit: |- + &e Kreisais klikšķis, + &7 lai labotu. + right-click-to-clear: |- + &e Labais klikšķis, + &7 lai notīrītu. + click-to-previous: |- + &e Klikšķini, &7 lai + &7 skatītu iepriekšējo. + click-to-next: |- + &e Klikšķini, &7 lai + &7 skatītu nākošo. descriptions: # This part generates description text for challenges object in all GUI's. challenge: @@ -1094,6 +1112,10 @@ challenges: database-export-completed: "&a Veiksmīgi eksportēti uzdevumi no [world]. Fails [file] ir izveidots." # Message that appears if input file name is already taken. file-name-exist: "&c Faila nosaukums '[id]' jau eksistē. Nevar pārrakstīt." + # Message that asks for search value input. + write-search: "&e Lūdzu ievadi meklēšanas vērtību. (vai 'atcelt', lai izietu)" + # Message that appears after updating search value. + search-updated: "&a Meklēšanas vērtība atjaunota." titles: # Title and subtitle may contain variables in [] that will be replaced with a proper message from the challenge object.