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