Skip to content

Commit 6d55537

Browse files
committed
Fixes options string label
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 409438e commit 6d55537

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

config/locales/de.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ de:
8989
ids: Karten-Layer
9090
format_options_select: -- Format-Typ auswählen --
9191
load_example: 'Beispiele: '
92-
field_format_options: Formatoptionen
92+
field_format_options_string: Formatoptionen
9393
field_styles: Style-Einstellungen
9494
label_source: Source-Typ
9595
permission_view_gtt_settings: GTT-Einstellungen anzeigen
9696
field_name: Name
9797
field_layer: Layer-Typ
98-
field_layer_options: Layer-Optionen
98+
field_layer_options_string: Layer-Optionen
9999
field_source: Source-Typ
100-
field_source_options: Source-Optionen
100+
field_source_options_string: Source-Optionen
101101
field_format: Format-Typ

config/locales/en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ en:
8080
# Workaround to easily customize field labels
8181
field_name: "Name"
8282
field_layer: "Layer type"
83-
field_layer_options: "Layer options"
83+
field_layer_options_string: "Layer options"
8484
field_baselayer: "BaseLayer"
8585
field_global: "Globally available"
8686
field_default: "Default for new projects"
8787
field_source: "Source type"
88-
field_source_options: "Source options"
88+
field_source_options_string: "Source options"
8989
field_format: "Format type"
90-
field_format_options: "Format options"
90+
field_format_options_string: "Format options"
9191
field_styles: "Style settings"
9292

9393
# Localize for use in Javascript

config/locales/ja.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ ja:
8080
# Workaround to easily customize field labels
8181
field_name: "名称"
8282
field_layer: "レイヤー種別"
83-
field_layer_options: "レイヤーオプション"
83+
field_layer_options_string: "レイヤーオプション"
8484
field_baselayer: 背景レイヤー
8585
field_global: 世界的に利用可能
8686
field_default: "新規プロジェクトのデフォルト"
8787
field_source: "ソース種別"
88-
field_source_options: "ソースオプション"
88+
field_source_options_string: "ソースオプション"
8989
field_format: "フォーマット種別"
90-
field_format_options: "フォーマットオプション"
90+
field_format_options_string: "フォーマットオプション"
9191
field_styles: "スタイル設定"
9292

9393
# Localize for use in Javascript

0 commit comments

Comments
 (0)