-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[i18n] Translate directives (#28654)
localize directives
- Loading branch information
1 parent
191fedf
commit 43c938b
Showing
15 changed files
with
93 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/boolean_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<span | ||
aria-label="Boolean field" | ||
aria-label="<%= booleanFieldAriaLabel %>" | ||
class="dscField__icon kuiIcon fa-adjust" | ||
></span> |
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/conflict_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<span | ||
aria-label="Conflicting field" | ||
aria-label="<%= conflictingFieldAriaLabel %>" | ||
class="dscField__icon kuiIcon fa-warning" | ||
></span> |
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/date_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<span | ||
aria-label="Date field" | ||
aria-label="<%= dateFieldAriaLabel %>" | ||
class="dscField__icon kuiIcon fa-clock-o" | ||
></span> |
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/geo_point_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<span | ||
aria-label="Geo-point field" | ||
aria-label="<%= geoPointFieldAriaLabel %>" | ||
class="dscField__icon kuiIcon fa-globe" | ||
></span> |
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/ip_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<span | ||
aria-label="IP address field" | ||
aria-label="<%= ipAddressFieldAriaLabel %>" | ||
class="dscField__icon kuiIcon fa-laptop" | ||
></span> |
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/murmur3_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/number_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/source_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<span | ||
aria-label="Source field" | ||
aria-label="<%= sourceFieldAriaLabel %>" | ||
class="dscField__icon kuiIcon fa-file-text-o" | ||
></span> |
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/string_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ui/public/directives/field_name_icons/unknown_field_name_icon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters