Skip to content

Commit

Permalink
Merge pull request #49 from programmerIhor/programmerIhor/update-erro…
Browse files Browse the repository at this point in the history
…rs-translations

added file too large error
  • Loading branch information
knro authored Aug 5, 2024
2 parents 5a665f3 + d0e3a90 commit 5662ac5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
external_storage: "外部存储器",
success: "Success",
failed: "Failed",
file_too_large: "File is too large",
},
darkLibrary: {
title: "暗场库",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const de = {
external_storage: "externer Speicher",
success: "Success",
failed: "Failed",
file_too_large: "File is too large",
},
darkLibrary: {
title: "Dark Library",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const en = {
kstars_down_body:
"KStars is not running, try rebooting StellarMate or contact StellarMate support.",
wait_while_syncing: "Please wait while\n syncing",
file_too_large: "File is too large",

// External Storage
reset_default: "Reset to default",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const es = {
kstars_down_body:
"KStars no esta funcionando, intente reiniciar StellarMate o contacte con el soporte de StellarMate.",
wait_while_syncing: "Por favor espere mientras sincroniza",
file_too_large: "File is too large",
// External Storage
reset_default: "Reset to default",
external_storage: "External Storage",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const fr = {
external_storage: "Stokage Externe",
success: "Success",
failed: "Failed",
file_too_large: "File is too large",
},
darkLibrary: {
title: "Dark Library",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const ja = {
kstars_down_body:
"KStars が実行されていません。StellarMate を再起動するか,StellarMate サポートに連絡してください。",
wait_while_syncing: "お待ちください \n を同期中",
file_too_large: "File is too large",

// 外部ストレージ
reset_default: "デフォルトにリセット",
Expand Down

0 comments on commit 5662ac5

Please sign in to comment.