Skip to content

Commit afe0986

Browse files
committed
update 18n resources
1 parent 9a7d572 commit afe0986

File tree

3 files changed

+72
-5
lines changed

3 files changed

+72
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ out-ng
2323
software
2424
package.json
2525
releases.generated.yml
26+
tx

.tx/config

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[josm.josm-plugin_scripting]
5-
file_filter = src/main/po/<lang>.po
6-
source_file = build/i18n/josm-plugin_scripting.pot
7-
source_lang = en
8-
type = PO
4+
[o:josm:p:josm:r:josm-plugin_scripting]
5+
file_filter = src/main/po/<lang>.po
6+
source_file = build/i18n/josm-plugin_scripting.pot
7+
source_lang = en
8+
type = PO
9+
replace_edited_strings = false
10+
keep_translations = false
11+

src/main/po/sr@latin.po

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Translations for the JOSM plugin 'scripting' (sr@latin)
2+
# Copyright (C) 2022 Gubaer
3+
# This file is distributed under the same license as the josm-plugin_scripting package.
4+
# FIRST AUTHOR, YEAR.
5+
#
6+
# Translators:
7+
# Nemanja Bračko, 2023
8+
#
9+
msgid ""
10+
msgstr ""
11+
"Project-Id-Version: josm-plugin_scripting v0.2.0\n"
12+
"Report-Msgid-Bugs-To: \n"
13+
"POT-Creation-Date: 2022-05-19 18:29+0200\n"
14+
"PO-Revision-Date: 2018-01-17 21:36+0000\n"
15+
"Language-Team: Serbian (Latin) (https://app.transifex.com/josm/teams/2544/sr@latin/)\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Language: sr@latin\n"
20+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21+
22+
msgid "Add"
23+
msgstr "Dodaj"
24+
25+
msgid "Available engines:"
26+
msgstr "Dostupni mehanizmi:"
27+
28+
msgid "Available script engines"
29+
msgstr "Dostupni mehanizmi za skriptovanje"
30+
31+
msgid "Cancel"
32+
msgstr "Otkaži"
33+
34+
msgid "Down"
35+
msgstr "Dole"
36+
37+
#. create the edit menu
38+
msgid "Edit"
39+
msgstr "Uredi"
40+
41+
msgid "Remove"
42+
msgstr "Ukloni"
43+
44+
msgid "Up"
45+
msgstr "Gore"
46+
47+
msgid "Version:"
48+
msgstr "Verzija:"
49+
50+
msgid "cancel"
51+
msgstr "otkaži"
52+
53+
msgid "unknown"
54+
msgstr "nepoznato"
55+
56+
#. Plugin description for josm-scripting-plugin
57+
msgid "Runs scripts in JOSM"
58+
msgstr "Pokreće skripta u JOSM"
59+
60+
#. Translator credits (translators who want to be credited for their
61+
#. contributions can add their names here as the translation)
62+
msgid "translator-credits"
63+
msgstr "Prevodioci"

0 commit comments

Comments
 (0)