Skip to content

Commit

Permalink
Merge pull request #89 from vlad0716/dev
Browse files Browse the repository at this point in the history
Add equipment tip
  • Loading branch information
knro authored Dec 27, 2024
2 parents 4492e48 + 551c413 commit d7784ea
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@
blacklist: "黑名单",
ban: "禁用",
delete: "删除",
manufacturer_tip_title: "Adding New Equipment Manufacturers",
manufacturer_tip_section_1: "When adding new manufacturers, enter only the manufacturer name (e.g., Canon, Meade) in this section.",
manufacturer_tip_section_2: "Specific models (like Meade LX200) should be added later through the manufacturer's dedicated page."
},
darkLibrary: {
title: "暗场库",
Expand Down
3 changes: 3 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ const de = {
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete",
manufacturer_tip_title: "Adding New Equipment Manufacturers",
manufacturer_tip_section_1: "When adding new manufacturers, enter only the manufacturer name (e.g., Canon, Meade) in this section.",
manufacturer_tip_section_2: "Specific models (like Meade LX200) should be added later through the manufacturer's dedicated page."
},
darkLibrary: {
title: "Dark Library",
Expand Down
3 changes: 3 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ const en = {
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete",
manufacturer_tip_title: "Adding New Equipment Manufacturers",
manufacturer_tip_section_1: "When adding new manufacturers, enter only the manufacturer name (e.g., Canon, Meade) in this section.",
manufacturer_tip_section_2: "Specific models (like Meade LX200) should be added later through the manufacturer's dedicated page."
},
darkLibrary: {
title: "Dark Library",
Expand Down
3 changes: 3 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ const es = {
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete",
manufacturer_tip_title: "Adding New Equipment Manufacturers",
manufacturer_tip_section_1: "When adding new manufacturers, enter only the manufacturer name (e.g., Canon, Meade) in this section.",
manufacturer_tip_section_2: "Specific models (like Meade LX200) should be added later through the manufacturer's dedicated page."
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down
3 changes: 3 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ const fr = {
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete",
manufacturer_tip_title: "Adding New Equipment Manufacturers",
manufacturer_tip_section_1: "When adding new manufacturers, enter only the manufacturer name (e.g., Canon, Meade) in this section.",
manufacturer_tip_section_2: "Specific models (like Meade LX200) should be added later through the manufacturer's dedicated page."
},
darkLibrary: {
title: "Dark Library",
Expand Down
3 changes: 3 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ const ja = {
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete",
manufacturer_tip_title: "Adding New Equipment Manufacturers",
manufacturer_tip_section_1: "When adding new manufacturers, enter only the manufacturer name (e.g., Canon, Meade) in this section.",
manufacturer_tip_section_2: "Specific models (like Meade LX200) should be added later through the manufacturer's dedicated page."
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down

0 comments on commit d7784ea

Please sign in to comment.