Page MenuHome1F616EMO Bugtracker

No OneTemporary

Size
60 KB
Referenced Files
None
Subscribers
None
diff --git a/chatroom_tutorial/init.lua b/chatroom_tutorial/init.lua
index e162d0e..3b02394 100644
--- a/chatroom_tutorial/init.lua
+++ b/chatroom_tutorial/init.lua
@@ -1,59 +1,63 @@
-- twi_mods/chatroom_tutorial/init.lua
-- Tutorial of how to open chat, and hud message
-- Copyright (C) 2024 1F616EMO
-- SPDX-License-Identifier: LGPL-3.0-or-later
local S = minetest.get_translator("chatroom_tutorial")
local hud = mhud.init()
teacher.register_turorial("chatroom_tutorial:chatroom", {
title = S("How to find help?"),
{
texture = "chat_grant_interact_teacher_1.jpg",
- text = S("To seek help, use the chatroom. To start chatting:") .. "\n\n" ..
+ text = {
+ S("If you need help in non-English languages, type in the chatroom with your mother language, " ..
+ "or use a translator (e.g. Google Translate) to communicate."),
+ S("To seek help, use the chatroom. To start chatting:"),
S("On Mobile Phones or iPads: Look at the top right corner of your screen. " ..
- "Tap the chat box icon.") .. "\n\n" ..
+ "Tap the chat box icon."),
S("On PC or Mac: Press the \"T\" key on your keyboard to open the chat box."),
+ }
},
})
local function show_to(name)
local player = minetest.get_player_by_name(name)
if player then
teacher.unlock_and_show(player, "chatroom_tutorial:chatroom", nil)
end
end
minetest.register_on_newplayer(function(player)
player:get_meta():set_int("chatroom_tutorial_show_msg", 1)
minetest.after(-1, show_to, player:get_player_name())
end)
minetest.register_on_joinplayer(function(player)
if player:get_meta():get_int("chatroom_tutorial_show_msg") ~= 0 then
hud:add(player, "chatroom_tutorial_show_msg", {
hud_elem_type = "text",
- position = {x = 0.5, y = 0.5},
- offset = {x = 0, y = 42},
- text = S("Click on the top-right speech bubble icon to get help. (T on PC)"),
- text_scale = 1,
- color = 0xFFD700,
+ position = { x = 0.5, y = 0.5 },
+ offset = { x = 0, y = 42 },
+ text = S("Click on the top-right speech bubble icon to get help. (T on PC)"),
+ text_scale = 1,
+ color = 0xFFD700,
})
end
end)
local register_on_chat_message =
minetest.global_exists("beerchat")
and beerchat.register_on_chat_message
or minetest.register_on_chat_message
register_on_chat_message(function(name, message)
if string.sub(message, 1, 1) == "/" then return end
local player = minetest.get_player_by_name(name)
if not player then return end
if hud:exists(player, "chatroom_tutorial_show_msg") then
player:get_meta():set_int("chatroom_tutorial_show_msg", 0)
hud:remove(player, "chatroom_tutorial_show_msg")
end
end)
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.be.tr b/chatroom_tutorial/locale/chatroom_tutorial.be.tr
new file mode 100644
index 0000000..0ee8d4a
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.be.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Калі вам патрэбна дапамога ў неанглійскай мове, увядзіце ў чаце сваю родную мову або скарыстайцеся перакладчыкам (напрыклад, Google Translate) для зносін.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.bg.tr b/chatroom_tutorial/locale/chatroom_tutorial.bg.tr
new file mode 100644
index 0000000..e049fbe
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.bg.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ако имате нужда от помощ на различни от английски езици, пишете в чат стаята с вашия майчин език или използвайте преводач (напр. Google Translate), за да общувате.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.ca.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.ca.tr
index 6335a21..609d771 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ca.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Si necessiteu ajuda en idiomes que no són l'anglès, escriviu a la sala de xat amb la vostra llengua materna o utilitzeu un traductor (per exemple, Google Translate) per comunicar-vos.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.cs.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.cs.tr
index 6335a21..569f352 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.cs.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Pokud potřebujete pomoc v jiných než anglických jazycích, napište do chatovací místnosti svůj mateřský jazyk nebo ke komunikaci použijte překladač (např. Google Translate).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.cy.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.cy.tr
index 6335a21..c106b25 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.cy.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Os oes angen help arnoch mewn ieithoedd heblaw Saesneg, teipiwch yr ystafell sgwrsio gyda'ch mamiaith, neu defnyddiwch gyfieithydd (e.e. Google Translate) i gyfathrebu.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.da.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.da.tr
index 6335a21..9789611 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.da.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Hvis du har brug for hjælp på ikke-engelske sprog, så skriv i chatrummet med dit modersmål eller brug en oversætter (f.eks. Google Translate) til at kommunikere.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.de.tr
similarity index 50%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.de.tr
index 6335a21..37f0097 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.de.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Wenn Sie Hilfe in einer anderen Sprache als Englisch benötigen, schreiben Sie den Chatroom in Ihrer Muttersprache oder verwenden Sie zur Kommunikation einen Übersetzer (z. B. Google Translate).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.el.tr b/chatroom_tutorial/locale/chatroom_tutorial.el.tr
new file mode 100644
index 0000000..c5773c6
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.el.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Εάν χρειάζεστε βοήθεια σε μη αγγλικές γλώσσες, πληκτρολογήστε στο chatroom με τη μητρική σας γλώσσα ή χρησιμοποιήστε έναν μεταφραστή (π.χ. Μετάφραση Google) για να επικοινωνήσετε.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.eo.tr
similarity index 54%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.eo.tr
index 6335a21..624aaa4 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.eo.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Se vi bezonas helpon en ne-anglaj lingvoj, tajpu en la babilejo kun via gepatra lingvo, aŭ uzu tradukilon (ekz. Google Translate) por komuniki.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.es.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.es.tr
index 6335a21..5200aee 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.es.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Si necesita ayuda en idiomas distintos del inglés, escriba en la sala de chat con su idioma nativo o utilice un traductor (por ejemplo, Google Translate) para comunicarse.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.et.tr
similarity index 55%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.et.tr
index 6335a21..07037cc 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.et.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Kui vajate abi muus kui inglise keeles, tippige vestlustuppa oma emakeeles või kasutage suhtlemiseks tõlki (nt Google'i tõlget).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.eu.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.eu.tr
index 6335a21..a535a64 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.eu.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ingelesa ez diren hizkuntzetan laguntza behar baduzu, idatzi txat-gelan zure ama hizkuntzarekin edo erabili itzultzaile bat (adibidez, Google Translate) komunikatzeko.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.fa.tr b/chatroom_tutorial/locale/chatroom_tutorial.fa.tr
new file mode 100644
index 0000000..82deff9
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.fa.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=اگر به زبان های غیر انگلیسی به کمک نیاز دارید، در اتاق گفتگو با زبان مادری خود تایپ کنید یا از یک مترجم (مانند Google Translate) برای برقراری ارتباط استفاده کنید.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.fi.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.fi.tr
index 6335a21..b52bf78 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.fi.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Jos tarvitset apua muilla kuin englannin kielillä, kirjoita chat-huoneeseen äidinkielelläsi tai käytä kääntäjää (esim. Google Translatea) kommunikointiin.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.fil.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.fil.tr
index 6335a21..b651c06 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.fil.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Kung kailangan mo ng tulong sa mga wikang hindi Ingles, mag-type sa chatroom gamit ang iyong sariling wika, o gumamit ng tagasalin (hal. Google Translate) upang makipag-usap.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.fr.tr b/chatroom_tutorial/locale/chatroom_tutorial.fr.tr
new file mode 100644
index 0000000..9e2db29
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.fr.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Si vous avez besoin d'aide dans des langues autres que l'anglais, écrivez dans la salle de discussion avec votre langue maternelle ou utilisez un traducteur (par exemple Google Translate) pour communiquer.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.ga.tr
similarity index 50%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.ga.tr
index 6335a21..cd666b6 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ga.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Má tá cabhair uait i dteangacha nach Béarla iad, clóscríobh isteach an seomra comhrá le do mháthairtheanga, nó úsáid aistritheoir (m.sh. Google Translate) le cumarsáid a dhéanamh.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.gd.tr b/chatroom_tutorial/locale/chatroom_tutorial.gd.tr
new file mode 100644
index 0000000..37ab4e9
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.gd.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ma tha feum agad air cuideachadh ann an cànanan nach eil sa Bheurla, dèan seòrsa a-steach don t-seòmar còmhraidh le do chànan mhàthaireil, no cleachd eadar-theangair (m. e. Google Translate) gus conaltradh a dhèanamh.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.gl.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.gl.tr
index 6335a21..d3068d8 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.gl.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Se necesitas axuda en idiomas que non sexan o inglés, escribe na sala de chat coa túa lingua materna ou utiliza un tradutor (por exemplo, Google Translate) para comunicarte.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.hu.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.hu.tr
index 6335a21..d3e9ef1 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.hu.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ha nem angol nyelven van szüksége segítségre, írjon be a chatszobába anyanyelvén, vagy használjon fordítót (pl. Google Fordító) a kommunikációhoz.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.id.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.id.tr
index 6335a21..57ae318 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.id.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Jika Anda membutuhkan bantuan dalam bahasa non-Inggris, ketik ruang obrolan dengan bahasa ibu Anda, atau gunakan penerjemah (mis. Google Translate) untuk berkomunikasi.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.it.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.it.tr
index 6335a21..a227334 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.it.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Se avete bisogno di aiuto in lingue diverse dall'inglese, scrivete nella chat con la vostra lingua madre o utilizzate un traduttore (ad esempio Google Translate) per comunicare.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.ja.tr b/chatroom_tutorial/locale/chatroom_tutorial.ja.tr
new file mode 100644
index 0000000..8679ba4
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ja.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=英語以外の言語でサポートが必要な場合は、母国語でチャットルームに入力するか、翻訳機(グーグル翻訳など)を使ってコミュニケーションしてください。
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.jv.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.jv.tr
index 6335a21..6426422 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.jv.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Yen sampeyan butuh bantuan ing basa non-Inggris, ketik ing chatroom nganggo basa ibu, utawa gunakake penerjemah (contone Google Translate) kanggo komunikasi.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.kk.tr b/chatroom_tutorial/locale/chatroom_tutorial.kk.tr
new file mode 100644
index 0000000..dff9fb1
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.kk.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Егер сізге ағылшын емес тілдерде көмек қажет болса, сөйлесу бөлмесіне ана тіліңізбен теріңіз немесе байланысу үшін аудармашыны (мысалы, Google Translate) пайдаланыңыз.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.ko.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.ko.tr
index 6335a21..6b33ac3 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ko.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=영어 이외의 언어로 도움이 필요한 경우 채팅방에 모국어로 입력하거나 번역기(예: Google 번역)를 사용하여 대화하세요.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.kv.tr
similarity index 50%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.kv.tr
index 6335a21..eb84030 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.kv.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Колӧ кӧ отсӧг англия кывъя кывъясын, гижӧй чат-румӧ чужан кывйӧн, либӧ йитчӧй вуджӧдчысьӧн (шуам, Google Translate).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.ky.tr b/chatroom_tutorial/locale/chatroom_tutorial.ky.tr
new file mode 100644
index 0000000..4c0fe92
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ky.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Эгер сизге англисче эмес тилдерде жардам керек болсо, чат бөлмөсүнө эне тилиңизди жазыңыз же котормочуну (мисалы, Google Translate) колдонуңуз.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.lt.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.lt.tr
index 6335a21..38ce01a 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.lt.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Jei jums reikia pagalbos ne anglų kalba, pokalbių kambaryje įveskite savo gimtąją kalbą arba naudokitės vertėju (pvz., „Google Translate“).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.lv.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.lv.tr
index 6335a21..ca793df 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.lv.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ja jums nepieciešama palīdzība valodās, kas nav angļu valoda, rakstiet tērzētavā ar savu dzimto valodu vai izmantojiet tulkotāju (piemēram, Google tulkotāju), lai sazinātos.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.mi.tr
similarity index 50%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.mi.tr
index 6335a21..309c624 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.mi.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Mena kei te hiahia awhina koe i roto i nga reo ehara i te reo Ingarihi, patohia te ruma korerorero me to reo whaea, whakamahia ranei he kaiwhakamaori (hei tauira, Google Translate) ki te korero.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.mn.tr b/chatroom_tutorial/locale/chatroom_tutorial.mn.tr
new file mode 100644
index 0000000..02a0de7
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.mn.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Хэрэв танд англи бус хэлээр тусламж хэрэгтэй бол чатын өрөөнд эх хэлээрээ бичнэ үү, эсвэл орчуулагч (жишээ нь, Google Translate) ашиглан холбогдоно уу.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.mr.tr b/chatroom_tutorial/locale/chatroom_tutorial.mr.tr
new file mode 100644
index 0000000..b2f28d9
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.mr.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=तुम्हाला गैर-इंग्रजी भाषांमध्ये मदत हवी असल्यास, तुमच्या मातृभाषेसह चॅटरूममध्ये टाइप करा किंवा संवाद साधण्यासाठी अनुवादक (उदा. Google Translate) वापरा.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.ms.tr
similarity index 70%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.ms.tr
index 6335a21..822ae97 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ms.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.nb.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.nb.tr
index 6335a21..4243368 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.nb.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Hvis du trenger hjelp på ikke-engelske språk, skriv inn chatterom med morsmålet ditt, eller bruk en oversetter (f.eks. Google Translate) for å kommunisere.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.nl.tr
similarity index 50%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.nl.tr
index 6335a21..53e51d4 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.nl.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Als u hulp nodig hebt in een andere taal dan het Engels, kunt u in de chatroom uw vraag stellen in uw moedertaal. U kunt ook een vertaler gebruiken (bijvoorbeeld Google Translate) om te communiceren.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.nn.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.nn.tr
index 6335a21..4243368 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.nn.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Hvis du trenger hjelp på ikke-engelske språk, skriv inn chatterom med morsmålet ditt, eller bruk en oversetter (f.eks. Google Translate) for å kommunisere.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.oc.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.oc.tr
index 6335a21..bb23de1 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.oc.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Se avètz besonh d'ajuda dins de lengas non anglesas, picatz dins la sala de discussion amb vòstra lenga mairala, o utilizatz un traductor (per exemple Google Translate) per comunicar.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.pl.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.pl.tr
index 6335a21..2d21155 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.pl.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Jeśli potrzebujesz pomocy w języku innym niż angielski, wpisz na czacie swój język ojczysty lub użyj tłumacza (np. Google Translate), aby się komunikować.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.pt.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.pt.tr
index 6335a21..ac36c86 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.pt.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Se precisar de ajuda em outros idiomas que não o inglês, digite na sala de chat o seu idioma materno ou utilize um tradutor (por exemplo, o Google Translate) para comunicar.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.pt_BR.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.pt_BR.tr
index 6335a21..f2e0ba6 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.pt_BR.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Se precisar de ajuda em idiomas que não sejam o inglês, digite na sala de bate-papo sua língua materna ou use um tradutor (por exemplo, Google Tradutor) para se comunicar.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.ro.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.ro.tr
index 6335a21..17d32d6 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ro.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Dacă aveți nevoie de ajutor în limbi care nu sunt engleze, scrieți în camera de chat cu limba maternă sau utilizați un traducător (de exemplu, Google Translate) pentru a comunica.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.ru.tr b/chatroom_tutorial/locale/chatroom_tutorial.ru.tr
new file mode 100644
index 0000000..4b97d52
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.ru.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Если вам нужна помощь на неанглийских языках, пишите в чате на своем родном языке или используйте переводчик (например, Google Translate) для общения.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.sk.tr
similarity index 53%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.sk.tr
index 6335a21..cb0c810 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.sk.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ak potrebujete pomoc v inom ako anglickom jazyku, napíšte do chatu svoj materinský jazyk alebo použite na komunikáciu prekladač (napr. Google Translate).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.sl.tr
similarity index 54%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.sl.tr
index 6335a21..91e5d91 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.sl.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Če potrebujete pomoč v neangleških jezikih, v klepetalnico vpišite svoj materni jezik ali uporabite prevajalnik (npr. Google Translate).
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.sr_Cyrl.tr b/chatroom_tutorial/locale/chatroom_tutorial.sr_Cyrl.tr
new file mode 100644
index 0000000..68f268e
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.sr_Cyrl.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ако вам је потребна помоћ на језицима који нису енглески, откуцајте у соби за ћаскање на свом матерњем језику или користите преводиоца (нпр. Гоогле преводилац) за комуникацију.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.sr_Latn.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.sr_Latn.tr
index 6335a21..81cdd5f 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.sr_Latn.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Ako vam je potrebna pomoć na jezicima koji nisu engleski, otkucajte u sobi za ćaskanje na svom maternjem jeziku ili koristite prevodioca (npr. Google prevodilac) za komunikaciju.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.sv.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.sv.tr
index 6335a21..b0e3b28 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.sv.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Om du behöver hjälp på andra språk än engelska kan du skriva i chattrummet på ditt modersmål eller använda en översättare (t.ex. Google Translate) för att kommunicera.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.sw.tr
similarity index 52%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.sw.tr
index 6335a21..7cbde78 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.sw.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Iwapo unahitaji usaidizi katika lugha zisizo za Kiingereza, andika kwenye chumba cha mazungumzo ukitumia lugha yako mama, au utumie mfasiri (k.m. Google Tafsiri) kuwasiliana.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.tr.tr
similarity index 51%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.tr.tr
index 6335a21..9a69a27 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.tr.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=İngilizce dışındaki dillerde yardıma ihtiyacınız varsa, sohbet odasına ana dilinizle yazın veya iletişim kurmak için bir çevirmen (ör. Google Translate) kullanın.
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.tt.tr b/chatroom_tutorial/locale/chatroom_tutorial.tt.tr
new file mode 100644
index 0000000..6a9cac5
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.tt.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Сезгә инглиз булмаган телләрдә ярдәм кирәк булса, чат бүлмәсенә ана телегез белән языгыз, яки аралашу өчен тәрҗемәчене кулланыгыз (мәсәлән, Google Translate).
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/chatroom_tutorial.uk.tr b/chatroom_tutorial/locale/chatroom_tutorial.uk.tr
new file mode 100644
index 0000000..23f8f39
--- /dev/null
+++ b/chatroom_tutorial/locale/chatroom_tutorial.uk.tr
@@ -0,0 +1,9 @@
+# textdomain: chatroom_tutorial
+
+##[ init.lua ]##
+How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=Якщо вам потрібна допомога не англійською мовою, введіть у чаті свою рідну мову або скористайтеся перекладачем (наприклад, Google Translate) для спілкування.
+To seek help, use the chatroom. To start chatting:=
+On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
+On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
+Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.vi.tr
similarity index 70%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.vi.tr
index 6335a21..822ae97 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.vi.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.yue.tr
similarity index 54%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.yue.tr
index 6335a21..f9abada 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.yue.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=如果你需要非英文語言嘅協助,可以用你嘅母語喺聊天室入面輸入,或者用翻譯器(例如 Google 翻譯)嚟溝通。
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.zh_CN.tr
similarity index 55%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.zh_CN.tr
index 6335a21..5032183 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.zh_CN.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=如果您需要非英语语言的帮助,请在聊天室中输入您的母语,或使用翻译器(如谷歌翻译)进行交流。
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/chatroom_tutorial.zh_TW.tr
similarity index 54%
copy from chatroom_tutorial/locale/template.txt
copy to chatroom_tutorial/locale/chatroom_tutorial.zh_TW.tr
index 6335a21..442a80c 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/chatroom_tutorial.zh_TW.tr
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=如果您需要非英語語言的協助,請在聊天室以您的母語打字,或使用翻譯器 (例如 Google Translate) 進行溝通。
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=
diff --git a/chatroom_tutorial/locale/template.txt b/chatroom_tutorial/locale/template.txt
index 6335a21..822ae97 100644
--- a/chatroom_tutorial/locale/template.txt
+++ b/chatroom_tutorial/locale/template.txt
@@ -1,8 +1,9 @@
# textdomain: chatroom_tutorial
##[ init.lua ]##
How to find help?=
+If you need help in non-English languages, type in the chatroom with your mother language, or use a translator (e.g. Google Translate) to communicate.=
To seek help, use the chatroom. To start chatting:=
On Mobile Phones or iPads: Look at the top right corner of your screen. Tap the chat box icon.=
On PC or Mac: Press the "T" key on your keyboard to open the chat box.=
Click on the top-right speech bubble icon to get help. (T on PC)=

File Metadata

Mime Type
text/x-diff
Expires
Mar 9 2026, 3:00 PM (6 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2f/bc/9f4ebb625e23778262a604757a7f
Default Alt Text
(60 KB)

Event Timeline