🌐 ags(i18n): add more connection-related keys
This commit is contained in:
@@ -12,6 +12,8 @@ export default {
|
|||||||
disconnected: "Disconnected",
|
disconnected: "Disconnected",
|
||||||
unknown: "Unknown",
|
unknown: "Unknown",
|
||||||
connecting: "Connecting",
|
connecting: "Connecting",
|
||||||
|
none: "None",
|
||||||
|
limited: "Limited",
|
||||||
apps: "Applications",
|
apps: "Applications",
|
||||||
|
|
||||||
connect: "Connect",
|
connect: "Connect",
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ export default {
|
|||||||
disconnected: "Desconectado",
|
disconnected: "Desconectado",
|
||||||
unknown: "Desconhecido",
|
unknown: "Desconhecido",
|
||||||
connecting: "Conectando",
|
connecting: "Conectando",
|
||||||
|
limited: "Limitado",
|
||||||
|
none: "Nenhum",
|
||||||
|
|
||||||
disconnect: "Desconectar",
|
disconnect: "Desconectar",
|
||||||
connect: "Conectar",
|
connect: "Conectar",
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ export type i18nStruct = {
|
|||||||
disconnected: string,
|
disconnected: string,
|
||||||
connecting: string,
|
connecting: string,
|
||||||
unknown: string,
|
unknown: string,
|
||||||
|
none: string,
|
||||||
|
limited: string,
|
||||||
|
|
||||||
devices: string,
|
devices: string,
|
||||||
others: string,
|
others: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user