mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-14 10:14:47 -04:00
Added missing help text
This commit is contained in:
parent
357cca1e19
commit
369e2d7abd
15 changed files with 66 additions and 15 deletions
|
@ -29,8 +29,8 @@ android {
|
||||||
applicationId = "me.lecaro.breakout"
|
applicationId = "me.lecaro.breakout"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 29134527
|
versionCode = 29141045
|
||||||
versionName = "29134527"
|
versionName = "29141045"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
useSupportLibrary = true
|
useSupportLibrary = true
|
||||||
|
|
File diff suppressed because one or more lines are too long
20
dist/index.html
vendored
20
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
// The version of the cache.
|
// The version of the cache.
|
||||||
const VERSION = "29134527";
|
const VERSION = "29141045";
|
||||||
|
|
||||||
// The name of the cache
|
// The name of the cache
|
||||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
"29134527"
|
"29141045"
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "اختر لونًا من قائمة الألوان (بحد أقصى 5 لكل مستوى)",
|
"editor.editing.color": "اختر لونًا من قائمة الألوان (بحد أقصى 5 لكل مستوى)",
|
||||||
"editor.editing.copied": "تم نسخ رمز المستوى",
|
"editor.editing.copied": "تم نسخ رمز المستوى",
|
||||||
"editor.editing.copy": "نسخ رمز المستوى",
|
"editor.editing.copy": "نسخ رمز المستوى",
|
||||||
|
"editor.editing.copy_help": "",
|
||||||
"editor.editing.credit": "الاعتمادات والمصدر",
|
"editor.editing.credit": "الاعتمادات والمصدر",
|
||||||
"editor.editing.credit_prompt": "أدخل عنوان URL المصدر أو شرحًا لمستواك.",
|
"editor.editing.credit_prompt": "أدخل عنوان URL المصدر أو شرحًا لمستواك.",
|
||||||
"editor.editing.delete": "حذف المستوى",
|
"editor.editing.delete": "حذف المستوى",
|
||||||
|
|
|
@ -374,6 +374,49 @@
|
||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>copy_help</name>
|
||||||
|
<description/>
|
||||||
|
<comment/>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>ar-LB</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>de-DE</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-CL</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-FR</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>ko-KR</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>ru-RU</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>tr-TR</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>zh-CN</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>credit</name>
|
<name>credit</name>
|
||||||
<description/>
|
<description/>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "Wähle eine Farbe aus der Farbliste (max. 5 pro Level)",
|
"editor.editing.color": "Wähle eine Farbe aus der Farbliste (max. 5 pro Level)",
|
||||||
"editor.editing.copied": "Levelcode kopiert",
|
"editor.editing.copied": "Levelcode kopiert",
|
||||||
"editor.editing.copy": "Levelcode kopieren",
|
"editor.editing.copy": "Levelcode kopieren",
|
||||||
|
"editor.editing.copy_help": "Teilt den Code des Levels in unserem Discord für die Aufnahme ins Spiel.",
|
||||||
"editor.editing.credit": "Credits und Quellcode",
|
"editor.editing.credit": "Credits und Quellcode",
|
||||||
"editor.editing.credit_prompt": "Gib die URL oder Erklärung deines Levels ein.",
|
"editor.editing.credit_prompt": "Gib die URL oder Erklärung deines Levels ein.",
|
||||||
"editor.editing.delete": "Level löschen",
|
"editor.editing.delete": "Level löschen",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "Pick a color in the color list (max 5 per level)",
|
"editor.editing.color": "Pick a color in the color list (max 5 per level)",
|
||||||
"editor.editing.copied": "Level code copied",
|
"editor.editing.copied": "Level code copied",
|
||||||
"editor.editing.copy": "Copy level code",
|
"editor.editing.copy": "Copy level code",
|
||||||
|
"editor.editing.copy_help": "Share the level code in our discord for inclusion in the game.",
|
||||||
"editor.editing.credit": "Credits and source",
|
"editor.editing.credit": "Credits and source",
|
||||||
"editor.editing.credit_prompt": "Enter the source url or explanation of your level.",
|
"editor.editing.credit_prompt": "Enter the source url or explanation of your level.",
|
||||||
"editor.editing.delete": "Delete level",
|
"editor.editing.delete": "Delete level",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "Elige un color de la lista de colores (máximo 5 por nivel)",
|
"editor.editing.color": "Elige un color de la lista de colores (máximo 5 por nivel)",
|
||||||
"editor.editing.copied": "Código de nivel copiado",
|
"editor.editing.copied": "Código de nivel copiado",
|
||||||
"editor.editing.copy": "Copiar código de nivel",
|
"editor.editing.copy": "Copiar código de nivel",
|
||||||
|
"editor.editing.copy_help": "Comparte el código del nivel en nuestro discord para incluirlo en el juego.",
|
||||||
"editor.editing.credit": "Créditos y fuente",
|
"editor.editing.credit": "Créditos y fuente",
|
||||||
"editor.editing.credit_prompt": "Introduce la URL de origen o la explicación de tu nivel.",
|
"editor.editing.credit_prompt": "Introduce la URL de origen o la explicación de tu nivel.",
|
||||||
"editor.editing.delete": "Eliminar nivel",
|
"editor.editing.delete": "Eliminar nivel",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "Choisissez une couleur dans la liste des couleurs (max 5 par niveau)",
|
"editor.editing.color": "Choisissez une couleur dans la liste des couleurs (max 5 par niveau)",
|
||||||
"editor.editing.copied": "Code de niveau copié",
|
"editor.editing.copied": "Code de niveau copié",
|
||||||
"editor.editing.copy": "Copier le code du niveau",
|
"editor.editing.copy": "Copier le code du niveau",
|
||||||
|
"editor.editing.copy_help": "Partagez le code du niveau dans notre discord pour qu'il soit inclus dans le jeu.",
|
||||||
"editor.editing.credit": "Crédits et source",
|
"editor.editing.credit": "Crédits et source",
|
||||||
"editor.editing.credit_prompt": "Entrez l'url source ou l'explication de votre niveau.",
|
"editor.editing.credit_prompt": "Entrez l'url source ou l'explication de votre niveau.",
|
||||||
"editor.editing.delete": "Supprimer le niveau",
|
"editor.editing.delete": "Supprimer le niveau",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "색상 목록에서 색상 선택 (최대 5 레벨 당)",
|
"editor.editing.color": "색상 목록에서 색상 선택 (최대 5 레벨 당)",
|
||||||
"editor.editing.copied": "비밀번호",
|
"editor.editing.copied": "비밀번호",
|
||||||
"editor.editing.copy": "복사 레벨 코드",
|
"editor.editing.copy": "복사 레벨 코드",
|
||||||
|
"editor.editing.copy_help": "디스코드에서 레벨 코드를 공유하여 게임에 포함할 수 있습니다.",
|
||||||
"editor.editing.credit": "크레딧 및 소스",
|
"editor.editing.credit": "크레딧 및 소스",
|
||||||
"editor.editing.credit_prompt": "소스 URL을 입력하거나 레벨의 설명.",
|
"editor.editing.credit_prompt": "소스 URL을 입력하거나 레벨의 설명.",
|
||||||
"editor.editing.delete": "삭제 수준",
|
"editor.editing.delete": "삭제 수준",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "Выберите цвет из списка цветов (максимум 5 на уровень)",
|
"editor.editing.color": "Выберите цвет из списка цветов (максимум 5 на уровень)",
|
||||||
"editor.editing.copied": "Код уровня скопирован",
|
"editor.editing.copied": "Код уровня скопирован",
|
||||||
"editor.editing.copy": "Скопировать код уровня",
|
"editor.editing.copy": "Скопировать код уровня",
|
||||||
|
"editor.editing.copy_help": "Поделитесь кодом уровня в нашем дискорде для включения в игру.",
|
||||||
"editor.editing.credit": "Кредиты и источник",
|
"editor.editing.credit": "Кредиты и источник",
|
||||||
"editor.editing.credit_prompt": "Введите исходный URL-адрес или пояснение вашего уровня.",
|
"editor.editing.credit_prompt": "Введите исходный URL-адрес или пояснение вашего уровня.",
|
||||||
"editor.editing.delete": "Удалить уровень",
|
"editor.editing.delete": "Удалить уровень",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "Renk listesinden bir renk seçin (seviye başına en fazla 5)",
|
"editor.editing.color": "Renk listesinden bir renk seçin (seviye başına en fazla 5)",
|
||||||
"editor.editing.copied": "Seviye kodu kopyalandı",
|
"editor.editing.copied": "Seviye kodu kopyalandı",
|
||||||
"editor.editing.copy": "Kopyalama seviyesi kodu",
|
"editor.editing.copy": "Kopyalama seviyesi kodu",
|
||||||
|
"editor.editing.copy_help": "Oyuna dahil edilmesi için seviye kodunu discord'umuzda paylaşın.",
|
||||||
"editor.editing.credit": "Krediler ve kaynak",
|
"editor.editing.credit": "Krediler ve kaynak",
|
||||||
"editor.editing.credit_prompt": "Seviyenizin kaynak URL'sini veya açıklamasını girin.",
|
"editor.editing.credit_prompt": "Seviyenizin kaynak URL'sini veya açıklamasını girin.",
|
||||||
"editor.editing.delete": "Seviyeyi Sil",
|
"editor.editing.delete": "Seviyeyi Sil",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"editor.editing.color": "在颜色列表中挑选一个颜色(每个关卡最多五个)",
|
"editor.editing.color": "在颜色列表中挑选一个颜色(每个关卡最多五个)",
|
||||||
"editor.editing.copied": "关卡代码已复制",
|
"editor.editing.copied": "关卡代码已复制",
|
||||||
"editor.editing.copy": "复制关卡代码",
|
"editor.editing.copy": "复制关卡代码",
|
||||||
|
"editor.editing.copy_help": "在我们的讨论区分享关卡代码,以便纳入游戏。",
|
||||||
"editor.editing.credit": "致谢和来源",
|
"editor.editing.credit": "致谢和来源",
|
||||||
"editor.editing.credit_prompt": "输入来源URL或者你的关卡的解释。",
|
"editor.editing.credit_prompt": "输入来源URL或者你的关卡的解释。",
|
||||||
"editor.editing.delete": "删除关卡",
|
"editor.editing.delete": "删除关卡",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue