mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 07:20:49 -04:00
[sources] add new type: Game
This commit is contained in:
parent
533175f079
commit
17b26ec2d7
@ -77,6 +77,7 @@ sources:
|
|||||||
Series: 'Serien'
|
Series: 'Serien'
|
||||||
Song: 'Musik'
|
Song: 'Musik'
|
||||||
Poetry: 'Gedichte'
|
Poetry: 'Gedichte'
|
||||||
|
Game: 'Spiel'
|
||||||
Other: 'Sonstiges'
|
Other: 'Sonstiges'
|
||||||
submit:
|
submit:
|
||||||
header: 'Reiche ein Beispiel zum ergänzen ein'
|
header: 'Reiche ein Beispiel zum ergänzen ein'
|
||||||
|
@ -116,6 +116,7 @@ sources:
|
|||||||
Series: 'Series'
|
Series: 'Series'
|
||||||
Song: 'Music'
|
Song: 'Music'
|
||||||
Poetry: 'Poetry'
|
Poetry: 'Poetry'
|
||||||
|
Game: 'Game'
|
||||||
Other: 'Other'
|
Other: 'Other'
|
||||||
submit:
|
submit:
|
||||||
header: 'Submit an example to be added'
|
header: 'Submit an example to be added'
|
||||||
|
@ -77,6 +77,7 @@ sources:
|
|||||||
Series: 'Series'
|
Series: 'Series'
|
||||||
Song: 'Música'
|
Song: 'Música'
|
||||||
Poetry: 'Poesía'
|
Poetry: 'Poesía'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: 'Otros'
|
Other: 'Otros'
|
||||||
submit:
|
submit:
|
||||||
header: 'Enviar un ejemplo para que sea añadido'
|
header: 'Enviar un ejemplo para que sea añadido'
|
||||||
|
@ -73,6 +73,7 @@ sources:
|
|||||||
Series: 'Series'
|
Series: 'Series'
|
||||||
Song: 'Music'
|
Song: 'Music'
|
||||||
Poetry: 'Poetry'
|
Poetry: 'Poetry'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: 'Other'
|
Other: 'Other'
|
||||||
submit:
|
submit:
|
||||||
header: 'Submit an example to be added'
|
header: 'Submit an example to be added'
|
||||||
|
@ -78,6 +78,7 @@ sources:
|
|||||||
Series: 'Serie'
|
Series: 'Serie'
|
||||||
Song: 'Muziek'
|
Song: 'Muziek'
|
||||||
Poetry: 'Poëzie'
|
Poetry: 'Poëzie'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: 'Andere'
|
Other: 'Andere'
|
||||||
submit:
|
submit:
|
||||||
header: 'Dien een voorbeeld in ter toevoeging aan de site'
|
header: 'Dien een voorbeeld in ter toevoeging aan de site'
|
||||||
|
@ -179,6 +179,7 @@ sources:
|
|||||||
Series: 'Seriale'
|
Series: 'Seriale'
|
||||||
Song: 'Muzyka'
|
Song: 'Muzyka'
|
||||||
Poetry: 'Poezja'
|
Poetry: 'Poezja'
|
||||||
|
Game: 'Gra'
|
||||||
Other: 'Inne'
|
Other: 'Inne'
|
||||||
submit:
|
submit:
|
||||||
header: 'Zgłoś przykład do dodania'
|
header: 'Zgłoś przykład do dodania'
|
||||||
|
@ -77,6 +77,7 @@ sources:
|
|||||||
Series: 'Séries'
|
Series: 'Séries'
|
||||||
Song: 'Música'
|
Song: 'Música'
|
||||||
Poetry: 'Poesia'
|
Poetry: 'Poesia'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: 'Outros'
|
Other: 'Outros'
|
||||||
submit:
|
submit:
|
||||||
header: 'Enviar um exemplo para que seja adicionado'
|
header: 'Enviar um exemplo para que seja adicionado'
|
||||||
|
@ -176,6 +176,7 @@ sources:
|
|||||||
Series: 'Seriale'
|
Series: 'Seriale'
|
||||||
Song: 'Muzyka'
|
Song: 'Muzyka'
|
||||||
Poetry: 'Poezja'
|
Poetry: 'Poezja'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: 'Inne'
|
Other: 'Inne'
|
||||||
submit:
|
submit:
|
||||||
header: 'Zgłoś przykład do dodania'
|
header: 'Zgłoś przykład do dodania'
|
||||||
|
@ -77,6 +77,7 @@ sources:
|
|||||||
Series: 'Series'
|
Series: 'Series'
|
||||||
Song: 'Music'
|
Song: 'Music'
|
||||||
Poetry: 'Poetry'
|
Poetry: 'Poetry'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: 'Other'
|
Other: 'Other'
|
||||||
submit:
|
submit:
|
||||||
header: 'Submit an example to be added'
|
header: 'Submit an example to be added'
|
||||||
|
@ -75,6 +75,7 @@ sources:
|
|||||||
Series: '電視劇'
|
Series: '電視劇'
|
||||||
Song: '音樂'
|
Song: '音樂'
|
||||||
Poetry: '詩歌'
|
Poetry: '詩歌'
|
||||||
|
Game: 'Game' # TODO
|
||||||
Other: '其他'
|
Other: '其他'
|
||||||
submit:
|
submit:
|
||||||
header: '提交一個示例'
|
header: '提交一個示例'
|
||||||
|
@ -136,6 +136,7 @@ export class Source {
|
|||||||
Series: 'tv',
|
Series: 'tv',
|
||||||
Song: 'music',
|
Song: 'music',
|
||||||
Poetry: 'scroll',
|
Poetry: 'scroll',
|
||||||
|
Game: 'gamepad-alt',
|
||||||
Other: 'comment-alt-lines',
|
Other: 'comment-alt-lines',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user