-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10159 from IgniteUI/iganchev/i18n-input-11.1.x
Add i18n strings - 11.1.x
- Loading branch information
Showing
41 changed files
with
333 additions
and
19 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/BG/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsBG_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Качване на файл', | ||
igx_input_clear_button: 'Изтриване', | ||
igx_input_file_placeholder: 'Няма избран файл' | ||
}; | ||
|
||
/** | ||
* Bulgarian resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsBG = InputResourceStringsBG_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/CS/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsCS_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Nahrát soubor', | ||
igx_input_clear_button: 'Vymazat', | ||
igx_input_file_placeholder: 'Není zvolený žádný soubor' | ||
}; | ||
|
||
/** | ||
* Czech resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsCS = InputResourceStringsCS_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/DA/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsDA_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Upload fil', | ||
igx_input_clear_button: 'Ryd', | ||
igx_input_file_placeholder: 'Der er ikke valgt nogen fil' | ||
}; | ||
|
||
/** | ||
* Danish resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsDA = InputResourceStringsDA_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/DE/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsDE_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Datei hochladen', | ||
igx_input_clear_button: 'Löschen', | ||
igx_input_file_placeholder: 'Keine Datei ausgewählt' | ||
}; | ||
|
||
/** | ||
* German resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsDE = InputResourceStringsDE_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/ES/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsES_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Cargar archivo', | ||
igx_input_clear_button: 'Borrar', | ||
igx_input_file_placeholder: 'No hay ningún archivo seleccionado' | ||
}; | ||
|
||
/** | ||
* Spanish resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsES = InputResourceStringsES_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/FR/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsFR_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Charger un fichier', | ||
igx_input_clear_button: 'Effacer', | ||
igx_input_file_placeholder: 'Aucun fichier sélectionné' | ||
}; | ||
|
||
/** | ||
* French resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsFR = InputResourceStringsFR_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/HU/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsHU_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Fájl feltöltése', | ||
igx_input_clear_button: 'Törlés', | ||
igx_input_file_placeholder: 'Nincs fájl kiválasztva' | ||
}; | ||
|
||
/** | ||
* Hungarian resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsHU = InputResourceStringsHU_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/IT/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsIT_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Carica file', | ||
igx_input_clear_button: 'Cancella', | ||
igx_input_file_placeholder: 'Nessun file scelto' | ||
}; | ||
|
||
/** | ||
* Italian resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsIT = InputResourceStringsIT_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/JA/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsJA_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'ファイルのアップロード', | ||
igx_input_clear_button: 'クリア', | ||
igx_input_file_placeholder: 'ファイルが指定されていません' | ||
}; | ||
|
||
/** | ||
* Japanese resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsJA = InputResourceStringsJA_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/KO/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsKO_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: '파일 업로드', | ||
igx_input_clear_button: '지우기', | ||
igx_input_file_placeholder: '파일이 선택되지 않음' | ||
}; | ||
|
||
/** | ||
* Korean resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsKO = InputResourceStringsKO_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/NB/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsNB_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Last opp fil', | ||
igx_input_clear_button: 'Fjern', | ||
igx_input_file_placeholder: 'Det er ikke valgt noen fil' | ||
}; | ||
|
||
/** | ||
* Norwegian resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsNB = InputResourceStringsNB_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/NL/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsNL_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Bestand uploaden', | ||
igx_input_clear_button: 'Wissen', | ||
igx_input_file_placeholder: 'Geen bestand gekozen' | ||
}; | ||
|
||
/** | ||
* Dutch resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsNL = InputResourceStringsNL_ as ExpandRequire<IInputResourceStrings>; |
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
13 changes: 13 additions & 0 deletions
13
projects/igniteui-angular-i18n/src/i18n/PL/input-resources.ts
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { IInputResourceStrings } from 'igniteui-angular'; | ||
|
||
// exported below as re-cast to create declaration type with expanded properties | ||
const InputResourceStringsPL_: ExpandRequire<IInputResourceStrings> = { | ||
igx_input_upload_button: 'Przekaż plik', | ||
igx_input_clear_button: 'Wyczyść', | ||
igx_input_file_placeholder: 'Nie wybrano pliku' | ||
}; | ||
|
||
/** | ||
* Polish resource strings for IgxInput | ||
*/ | ||
export const InputResourceStringsPL = InputResourceStringsPL_ as ExpandRequire<IInputResourceStrings>; |
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
Oops, something went wrong.