Merge branch 'main' of https://github.com/krille-chan/fluffychat
This commit is contained in:
commit
e12723fdaa
98 changed files with 1450 additions and 1014 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -72,7 +72,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"areGuestsAllowedToJoin": "Es pot entrar al xat com a convidadi",
|
||||
"areGuestsAllowedToJoin": "Es pot entrar al xat com a convidadi?",
|
||||
"@areGuestsAllowedToJoin": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -1781,7 +1781,7 @@
|
|||
"type": "String",
|
||||
"description": "Usage hint for the command /clearcache"
|
||||
},
|
||||
"commandHint_join": "Uneix-te a la sala",
|
||||
"commandHint_join": "Uneix-te a la sala indicada",
|
||||
"@commandHint_join": {
|
||||
"type": "String",
|
||||
"description": "Usage hint for the command /join"
|
||||
|
|
@ -2754,7 +2754,7 @@
|
|||
}
|
||||
},
|
||||
"federationBaseUrl": "URL base de federació",
|
||||
"clientWellKnownInformation": "Informació de",
|
||||
"clientWellKnownInformation": "Informació coneguda del client:",
|
||||
"baseUrl": "URL base",
|
||||
"identityServer": "Servidor d'identitats:",
|
||||
"versionWithNumber": "Versió: {version}",
|
||||
|
|
@ -2774,5 +2774,39 @@
|
|||
"signUpGreeting": "El FluffyChat és descentralitzat! Tria un servidor on vulguis crear-t'hi un compte, i som-hi!",
|
||||
"signInGreeting": "Si ja tens un compte a Matrix, benvingudi! Tria el teu servidor i inicia-hi sessió.",
|
||||
"appIntro": "Pots xatejar amb lis tevis amiguis amb Fluffychat. És una app de missatgeria [matrix] descentralitzada! Llegeix-ne més a https://matrix.org si vols, o inicia sessió.",
|
||||
"theProcessWasCanceled": "S'ha canceŀlat el procés."
|
||||
}
|
||||
"theProcessWasCanceled": "S'ha canceŀlat el procés.",
|
||||
"join": "Entra",
|
||||
"searchOrEnterHomeserverAddress": "Cerca o introdueix l'adreça del teu servidor",
|
||||
"matrixId": "ID de Matrix",
|
||||
"setPowerLevel": "Concedeix permisos",
|
||||
"makeModerator": "Fes moderadori",
|
||||
"makeAdmin": "Fes admin",
|
||||
"removeModeratorRights": "Treu els drets de moderadori",
|
||||
"removeAdminRights": "Treu els drets d'admin",
|
||||
"powerLevel": "Nivell de permisos",
|
||||
"setPowerLevelDescription": "Els nivells de permisos defineixen què pot fer uni membre d'aquesta sala, i es defineix per un número entre 0 i 100.",
|
||||
"owner": "Propietàriï",
|
||||
"mute": "Silencia",
|
||||
"@mute": {
|
||||
"description": "This should be a very short string because there is not much space in the button!"
|
||||
},
|
||||
"createNewChat": "Crea un nou xat",
|
||||
"reset": "Reseteja",
|
||||
"supportFluffyChat": "Dona suport a FluffyChat",
|
||||
"support": "Aporta",
|
||||
"fluffyChatSupportBannerMessage": "El FluffyChat necessita la teva ajuda!\n❤️❤️❤️\nFluffyChat serà sempre gratuït, però el seu desenvolupament i allotjament costa diners.\nEl futur del projecte depèn del suport de persones com tu.",
|
||||
"skipSupportingFluffyChat": "Ignora el suport a FluffyChat",
|
||||
"iDoNotWantToSupport": "No vull donar suport",
|
||||
"iAlreadySupportFluffyChat": "Ja estic donant-hi suport",
|
||||
"setLowPriority": "Estableix una prioritat baixa",
|
||||
"unsetLowPriority": "Restableix la prioritat",
|
||||
"removeCallFromChat": "Treu la trucada del xat",
|
||||
"removeCallFromChatDescription": "Vols treure la trucada del xat per a totis lis membres?",
|
||||
"removeCallForEveryone": "Treu la trucada per tothom",
|
||||
"startVoiceCall": "Inicia una trucada",
|
||||
"startVideoCall": "Fes una videotrucada",
|
||||
"joinVoiceCall": "Fica't a la trucada",
|
||||
"joinVideoCall": "Fica't a la videotrucada",
|
||||
"live": "En directe",
|
||||
"playSoundOnNotification": "Notificacions sonores"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2802,5 +2802,10 @@
|
|||
"startVideoCall": "Start video call",
|
||||
"joinVoiceCall": "Join voice call",
|
||||
"joinVideoCall": "Join video call",
|
||||
"live": "Live"
|
||||
"live": "Live",
|
||||
"playSoundOnNotification": "Play sound on notification",
|
||||
"addTag": "Add tag",
|
||||
"removeTag": "Remove tag",
|
||||
"tagName": "Tag name",
|
||||
"createNewTag": "Create new tag"
|
||||
}
|
||||
|
|
@ -1709,7 +1709,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"oopsPushError": "¡UPS¡ Desafortunadamente, se produjo un error al configurar las notificaciones push.",
|
||||
"oopsPushError": "¡Ups! Desafortunadamente, se produjo un error al configurar las notificaciones push.",
|
||||
"@oopsPushError": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -1867,7 +1867,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pleaseEnterYourPin": "Por favor ingrese su PIN",
|
||||
"pleaseEnterYourPin": "Por favor ingrese su pin",
|
||||
"@pleaseEnterYourPin": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -2576,7 +2576,7 @@
|
|||
"contactServerAdmin": "Contactar con el administrador del servidor",
|
||||
"contactServerSecurity": "Contactar con seguridad del servidor",
|
||||
"supportPage": "Página de atención",
|
||||
"invalidUrl": "URL incorrecta",
|
||||
"invalidUrl": "Url incorrecto",
|
||||
"addLink": "Añadir enlace",
|
||||
"unableToJoinChat": "No se puede entrar al chat. Puede que la otra parte ya haya cerrado la conversación.",
|
||||
"waitingForServer": "Esperando al servidor...",
|
||||
|
|
@ -2718,7 +2718,7 @@
|
|||
"addAnswerOption": "Añadir respuesta",
|
||||
"allowMultipleAnswers": "Permitir varias respuestas",
|
||||
"pollHasBeenEnded": "La encuesta ha terminado",
|
||||
"countVotes": "{count, plural, =1{One vote} other{{count} votes}}",
|
||||
"countVotes": "{count, plural, =1{Un voto} other{{count} votos}}",
|
||||
"@countVotes": {
|
||||
"type": "int",
|
||||
"placeholders": {
|
||||
|
|
@ -2786,5 +2786,40 @@
|
|||
"theProcessWasCanceled": "El proceso se ha cancelado.",
|
||||
"join": "Unirse",
|
||||
"searchOrEnterHomeserverAddress": "Buscar o pon la dirección de tu servidor local",
|
||||
"matrixId": "Matrix ID"
|
||||
}
|
||||
"matrixId": "Matrix ID",
|
||||
"setPowerLevel": "Establecer nivel de poder",
|
||||
"makeModerator": "Convertir en Moderador",
|
||||
"makeAdmin": "Convertir en administrador",
|
||||
"removeModeratorRights": "Remover derechos de moderador",
|
||||
"removeAdminRights": "Remover derechos de administrador",
|
||||
"powerLevel": "Nivel de Poder",
|
||||
"setPowerLevelDescription": "El nivel de poder define el nivel de acciones de un miembro, usualmente esta en el rango entre 0 a 100.",
|
||||
"owner": "Dueño",
|
||||
"mute": "Silenciar",
|
||||
"@mute": {
|
||||
"description": "This should be a very short string because there is not much space in the button!"
|
||||
},
|
||||
"createNewChat": "Crear nuevo chat",
|
||||
"reset": "Resetear",
|
||||
"supportFluffyChat": "Apoyar FluffyChat",
|
||||
"support": "Apoyar",
|
||||
"fluffyChatSupportBannerMessage": "FluffyChat necesita TU ayuda!\n❤️❤️❤️\nFluffyChat siempre sera gratis, pero el desarrollo y mantenimiento cuesta dinero.\nEl futuro del proyecto depende del apoyo de personas como tu.",
|
||||
"skipSupportingFluffyChat": "Omitir apoyo a FluffyChat",
|
||||
"iDoNotWantToSupport": "No quiero apoyar",
|
||||
"iAlreadySupportFluffyChat": "Ya apoyo FluffyChat",
|
||||
"setLowPriority": "Colocar baja prioridad",
|
||||
"unsetLowPriority": "Desactivar baja prioridad",
|
||||
"removeCallFromChat": "Remover llamadas del chat",
|
||||
"removeCallFromChatDescription": "Deseas remover la llamada del chat para todos los miembros?",
|
||||
"removeCallForEveryone": "Remover llamadas para todos",
|
||||
"startVoiceCall": "Iniciar llamada",
|
||||
"startVideoCall": "Iniciar videollamada",
|
||||
"joinVoiceCall": "Ingresar a llamada",
|
||||
"joinVideoCall": "Ingresar a videollamada",
|
||||
"live": "En Vivo",
|
||||
"playSoundOnNotification": "Sonido en notificación",
|
||||
"addTag": "Agregar etiqueta",
|
||||
"removeTag": "Remover etiqueta",
|
||||
"tagName": "Nombre de etiqueta",
|
||||
"createNewTag": "Crear nueva etiqueta"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2808,5 +2808,10 @@
|
|||
"startVideoCall": "Algata videokõne",
|
||||
"joinVoiceCall": "Liitu häälkõnega",
|
||||
"joinVideoCall": "Liitu videokõnega",
|
||||
"live": "Reaalajas"
|
||||
"live": "Reaalajas",
|
||||
"playSoundOnNotification": "Lisa teavitusele helimärguanne",
|
||||
"addTag": "Lisa silt",
|
||||
"removeTag": "Eemalda silt",
|
||||
"tagName": "Sildi nimi",
|
||||
"createNewTag": "Lisa uus silt"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2792,5 +2792,22 @@
|
|||
"description": "This should be a very short string because there is not much space in the button!"
|
||||
},
|
||||
"createNewChat": "Sortu txat berria",
|
||||
"reset": "Berrezarri"
|
||||
}
|
||||
"reset": "Berrezarri",
|
||||
"supportFluffyChat": "Eman babesa FluffyChat-i",
|
||||
"support": "Lagundu",
|
||||
"fluffyChatSupportBannerMessage": "FluffyChat-ek ZURE laguntza behar du!\n❤️❤️❤️\nFluffyChat beti izango da doakoa, baina garapenak eta ostatatzeak dirua eskatzen du.\nProiektuaren etorkizuna zu bezalako pertsonen babesaren menpe dago.",
|
||||
"iDoNotWantToSupport": "Ez diot babesik eman nahi",
|
||||
"iAlreadySupportFluffyChat": "Laguntzen ari naiz dagoeneko FluffyChat",
|
||||
"setLowPriority": "Ezarri lehentasun baxua",
|
||||
"unsetLowPriority": "Kendu lehentasun baxua",
|
||||
"removeCallFromChat": "Kendu deia txatetik",
|
||||
"removeCallFromChatDescription": "Kide guztientzat kendu nahi al duzu deia txatetik?",
|
||||
"removeCallForEveryone": "Kendu deia guztientzat",
|
||||
"startVoiceCall": "Hasi ahots-deia",
|
||||
"startVideoCall": "Hasi bideo-deia",
|
||||
"joinVoiceCall": "Batu ahots-deira",
|
||||
"joinVideoCall": "Batu bideo-deira",
|
||||
"live": "Zuzenean",
|
||||
"playSoundOnNotification": "Jo soinua jakinarazpenekin",
|
||||
"skipSupportingFluffyChat": "Muzin egin FluffyChat-en laguntza eskaerari"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2806,5 +2806,18 @@
|
|||
"iDoNotWantToSupport": "Nílim ag iarraidh tacú leis",
|
||||
"iAlreadySupportFluffyChat": "Tacaím le FluffyChat cheana féin",
|
||||
"setLowPriority": "Socraigh tosaíocht íseal",
|
||||
"unsetLowPriority": "Díshuiteáil tosaíocht íseal"
|
||||
}
|
||||
"unsetLowPriority": "Díshuiteáil tosaíocht íseal",
|
||||
"removeCallFromChat": "Bain glao den chomhrá",
|
||||
"removeCallFromChatDescription": "Ar mhaith leat an glao a bhaint den chomhrá do gach ball?",
|
||||
"removeCallForEveryone": "Bain glao do gach duine",
|
||||
"startVoiceCall": "Tosaigh glao gutha",
|
||||
"startVideoCall": "Tosaigh glao físe",
|
||||
"joinVoiceCall": "Glac páirt i nglao gutha",
|
||||
"joinVideoCall": "Glac páirt i nglao físe",
|
||||
"live": "Beo",
|
||||
"playSoundOnNotification": "Seinn fuaim ar fhógra",
|
||||
"addTag": "Cuir clib leis",
|
||||
"removeTag": "Bain an chlib",
|
||||
"tagName": "Ainm an chlib",
|
||||
"createNewTag": "Cruthaigh clib nua"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2808,5 +2808,10 @@
|
|||
"startVideoCall": "Iniciar chamada de vídeo",
|
||||
"joinVoiceCall": "Unirse á chamada de voz",
|
||||
"joinVideoCall": "Unirse á chamada de vídeo",
|
||||
"live": "En directo"
|
||||
"live": "En directo",
|
||||
"playSoundOnNotification": "Reproducir son coas notificacións",
|
||||
"addTag": "Engadir etiqueta",
|
||||
"removeTag": "Retirar etiqueta",
|
||||
"tagName": "Nome da etiqueta",
|
||||
"createNewTag": "Crear nova etiqueta"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"allSpaces": "Visas vietas",
|
||||
"allSpaces": "Visas kopienas",
|
||||
"supposedMxid": "Tam būtu jābūt {mxid}",
|
||||
"@supposedMxid": {
|
||||
"type": "String",
|
||||
|
|
@ -385,7 +385,7 @@
|
|||
}
|
||||
},
|
||||
"tryAgain": "Jāmēģina vēlreiz",
|
||||
"areGuestsAllowedToJoin": "Vai vieslietotājiem ir ļauts pievienoties",
|
||||
"areGuestsAllowedToJoin": "Vai vieslietotāji drīkst pievienoties?",
|
||||
"@areGuestsAllowedToJoin": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
"placeholders": {}
|
||||
},
|
||||
"link": "Saite",
|
||||
"newSpaceDescription": "Vietas ļauj apvienot tērzēšanas un būvēt privātas vai publiskas kopienas.",
|
||||
"newSpaceDescription": "Kopienas ļauj apvienot tērzēšanas un būvēt privātas vai publiskas cilvēku grupas, kurus vieno kaut kas kopīgs, piemēram, zinātne, matemātika, valoda, reliģija, ķīmija, medicīna, kosmoss, datori, ceļošana, grāmatu lasīšana, kriptovalūta, kiberdrošība, aparātprogrammatūra.",
|
||||
"chatDescription": "Tērzēšanas apraksts",
|
||||
"next": "Nākamais",
|
||||
"@next": {
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spaceIsPublic": "Vieta ir publiska",
|
||||
"spaceIsPublic": "Kopiena ir publiska",
|
||||
"@spaceIsPublic": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -790,7 +790,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"spaceName": "Vietas nosaukums",
|
||||
"spaceName": "Kopienas nosaukums",
|
||||
"@spaceName": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -873,7 +873,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"logInTo": "PIeteikties {homeserver}",
|
||||
"logInTo": "Pieteikties {homeserver}",
|
||||
"@logInTo": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
|
|
@ -1195,7 +1195,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"emoteExists": "Emocija jau pastāv.",
|
||||
"emoteExists": "Emocija jau pastāv!",
|
||||
"@emoteExists": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -1351,7 +1351,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"addToSpace": "Pievienot vietai",
|
||||
"addToSpace": "Pievienot kopienai",
|
||||
"unbanFromChat": "Atcelt liegumu tērzēšanā",
|
||||
"@unbanFromChat": {
|
||||
"type": "String",
|
||||
|
|
@ -1646,7 +1646,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"createNewSpace": "Jauna vieta",
|
||||
"createNewSpace": "Jauna kopiena",
|
||||
"@createNewSpace": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -1725,7 +1725,7 @@
|
|||
},
|
||||
"newGroup": "Jauna kopa",
|
||||
"bundleName": "Komplekta nosaukums",
|
||||
"removeFromSpace": "Noņemt no vietas",
|
||||
"removeFromSpace": "Noņemt no kopienas",
|
||||
"dateAndTimeOfDay": "{date}, {timeOfDay}",
|
||||
"@dateAndTimeOfDay": {
|
||||
"type": "String",
|
||||
|
|
@ -2060,7 +2060,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"newSpace": "Jauna vieta",
|
||||
"newSpace": "Jauna kopiena",
|
||||
"changePassword": "Nomainīt paroli",
|
||||
"@changePassword": {
|
||||
"type": "String",
|
||||
|
|
@ -2144,7 +2144,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pin": "PIN",
|
||||
"pin": "Piespraust",
|
||||
"@pin": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -2203,8 +2203,8 @@
|
|||
"transparent": "Caurspīdīgs",
|
||||
"searchForUsers": "Meklēt @lietotājus...",
|
||||
"pleaseEnterYourCurrentPassword": "Lūgums ievadīt savu pašreizējo paroli",
|
||||
"publicSpaces": "Publiskas vietas",
|
||||
"joinSpace": "Pievienoties vietai",
|
||||
"publicSpaces": "Publiskas kopienas",
|
||||
"joinSpace": "Pievienoties kopienai",
|
||||
"createGroupAndInviteUsers": "Izveidot kopu un uzaicināt lietotājus",
|
||||
"groupCanBeFoundViaSearch": "Kopu var atrast meklēšanā",
|
||||
"commandHint_sendraw": "Nosūtīt neapstrādātu JSON",
|
||||
|
|
@ -2319,7 +2319,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"addChatOrSubSpace": "Pievienot tērzēšanu vai apakšvietu",
|
||||
"addChatOrSubSpace": "Pievienot tērzēšanu vai apakškopienu",
|
||||
"formattedMessagesDescription": "Attēlot bagātinātu ziņu saturu, piemēram, ar Markdown iezīmētu treknrakstu.",
|
||||
"sessionLostBody": "Sesija ir zaudēta. Lūgums ziņot par šo kļūdu izstrādātājiem {url}. Kļūdas ziņojums ir: {error}",
|
||||
"@sessionLostBody": {
|
||||
|
|
@ -2410,7 +2410,7 @@
|
|||
"changeTheCanonicalRoomAlias": "Mainīt tērzēšanas galveno publisko adresi",
|
||||
"sendRoomNotifications": "Sūtīt @istaba paziņojumus",
|
||||
"changeTheDescriptionOfTheGroup": "Mainīt tērzēšanas aprakstu",
|
||||
"alwaysUse24HourFormat": "nē",
|
||||
"alwaysUse24HourFormat": "true",
|
||||
"@alwaysUse24HourFormat": {
|
||||
"description": "Set to true to always display time of day in 24 hour format."
|
||||
},
|
||||
|
|
@ -2423,7 +2423,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"goToSpace": "Doties uz vietu: {space}",
|
||||
"goToSpace": "Doties uz kopienu: {space}",
|
||||
"@goToSpace": {
|
||||
"type": "String",
|
||||
"space": {}
|
||||
|
|
@ -2446,8 +2446,8 @@
|
|||
"changelog": "Izmaiņu žurnāls",
|
||||
"noMoreChatsFound": "Vairs netika atrasta neviena tērzēšana...",
|
||||
"unread": "Nelasītas",
|
||||
"space": "Vieta",
|
||||
"spaces": "Vietas",
|
||||
"space": "Kopiena",
|
||||
"spaces": "Kopienas",
|
||||
"markAsUnread": "Atzīmēt kā nelasītu",
|
||||
"sendingAttachment": "Nosūta pielikumu...",
|
||||
"generatingVideoThumbnail": "Izveido video sīktēlu...",
|
||||
|
|
@ -2562,7 +2562,7 @@
|
|||
"more": "Vairāk",
|
||||
"roomNotificationSettings": "Istabu paziņojumu iestatījumi",
|
||||
"notificationRuleEncrypted": "Šifrēts",
|
||||
"notificationRuleJitsi": "Jitsi",
|
||||
"notificationRuleJitsi": "Jitsi videozvani",
|
||||
"notificationRuleIsUserMention": "Lietotāja pieminēšana",
|
||||
"notificationRuleIsRoomMentionDescription": "Paziņo lietotājam, kad tiek pieminēta istaba.",
|
||||
"notificationRuleMessageDescription": "Paziņo lietotājam par vispārējām ziņām.",
|
||||
|
|
@ -2645,7 +2645,7 @@
|
|||
"longPressToRecordVoiceMessage": "Ilga piespiešana, lai ierakstītu balss ziņu.",
|
||||
"pause": "Apturēt",
|
||||
"resume": "Atsākt",
|
||||
"removeFromSpaceDescription": "Tērzēšana tiks noņemta no vietas, bet tā joprojām būs redzama tērzēšanu sarakstā.",
|
||||
"removeFromSpaceDescription": "Tērzēšana tiks noņemta no kopienas, bet tā joprojām būs redzama tērzēšanu sarakstā.",
|
||||
"countChats": "{chats} tērzēšanas",
|
||||
"@countChats": {
|
||||
"type": "String",
|
||||
|
|
@ -2759,4 +2759,4 @@
|
|||
"signUpGreeting": "FluffyChat ir decentralizēta. Jāatlasa serveris, kurā ir vēlēšanās izveidot savu kontu, un aiziet!",
|
||||
"signInGreeting": "Jau ir Matrix konts? Laipni lūdzam atpakaļ! Jāatlasa savs mājasserveris un jāpiesakās.",
|
||||
"appIntro": "Ar FluffyChat vari tērzēt ar saviem draugiem. Tā ir droša un decentralizēta [matrix] ziņapmaiņas lietotne. Vairāk var uzzināt https://matrix.org, ja ir vēlēšanās, vai vienkārši jāpiesakās."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2815,5 +2815,10 @@
|
|||
"startVideoCall": "Start videosamtale",
|
||||
"joinVoiceCall": "Bli med i lydsamtale",
|
||||
"joinVideoCall": "Bli med i videosamtale",
|
||||
"live": "Direkte"
|
||||
"live": "Direkte",
|
||||
"playSoundOnNotification": "Spill av lyd ved varsling",
|
||||
"addTag": "Legg til emneknagg",
|
||||
"removeTag": "Fjern emneknagg",
|
||||
"tagName": "Navn på emneknagg",
|
||||
"createNewTag": "Opprett ny emneknagg"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1953,7 +1953,7 @@
|
|||
"unsupportedAndroidVersion": "Niet-ondersteunde Android-versie",
|
||||
"unsupportedAndroidVersionLong": "Voor deze functie is een nieuwe Android-versie verplicht. Controleer je updates of Lineage OS-ondersteuning.",
|
||||
"videoCallsBetaWarning": "Houd er rekening mee dat videogesprekken momenteel in bèta zijn. Ze werken misschien niet zoals je verwacht of werken niet op alle platformen.",
|
||||
"voiceCall": "Spraakoproep",
|
||||
"voiceCall": "Spraakgesprek",
|
||||
"confirmEventUnpin": "Weet je zeker dat je de gebeurtenis definitief wilt losmaken?",
|
||||
"experimentalVideoCalls": "Videogesprekken (experimenteel)",
|
||||
"youAcceptedTheInvitation": "👍 Je hebt de uitnodiging geaccepteerd",
|
||||
|
|
@ -2128,7 +2128,7 @@
|
|||
"replace": "Vervang",
|
||||
"report": "Rapporteer",
|
||||
"reportErrorDescription": "😭 Oh nee. Er is iets misgegaan. Probeer het later nog eens. Als je wilt, kun je de bug rapporteren aan de ontwikkelaars.",
|
||||
"sendTypingNotifications": "Typemeldingen verzenden",
|
||||
"sendTypingNotifications": "Toon 'aan het typen'-meldingen",
|
||||
"chatPermissions": "Chatrechten",
|
||||
"chatDescription": "Onderwerp",
|
||||
"chatDescriptionHasBeenChanged": "Onderwerp gewijzigd",
|
||||
|
|
@ -2799,5 +2799,18 @@
|
|||
"supportFluffyChat": "FluffyChat steunen",
|
||||
"support": "Steunen",
|
||||
"setLowPriority": "Lage prioriteit instellen",
|
||||
"unsetLowPriority": "Lage prioriteit uitschakelen"
|
||||
}
|
||||
"unsetLowPriority": "Lage prioriteit uitschakelen",
|
||||
"removeCallFromChat": "Verwijder oproep van chat",
|
||||
"removeCallFromChatDescription": "Wil je de oproep voor iedereen in de chat verwijderen?",
|
||||
"removeCallForEveryone": "Verwijder oproep voor iedereen",
|
||||
"live": "Live",
|
||||
"startVoiceCall": "Start audio-gesprek",
|
||||
"startVideoCall": "Start video-gesprek",
|
||||
"joinVoiceCall": "Audio-gesprek opnemen",
|
||||
"joinVideoCall": "Deelnemen aan video-gesprek",
|
||||
"playSoundOnNotification": "Meldingsgeluid afspelen",
|
||||
"addTag": "Tag toevoegen",
|
||||
"removeTag": "Tag verwijderen",
|
||||
"tagName": "Tagnaam",
|
||||
"createNewTag": "Nieuwe tag maken"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"areGuestsAllowedToJoin": "Разрешено ли гостям присоединяться",
|
||||
"areGuestsAllowedToJoin": "Разрешено ли гостям присоединяться?",
|
||||
"@areGuestsAllowedToJoin": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -2105,8 +2105,8 @@
|
|||
"notAnImage": "Это не картинка.",
|
||||
"importNow": "Импортировать сейчас",
|
||||
"importEmojis": "Импортировать эмодзи",
|
||||
"importFromZipFile": "Импортировать из ZIP-файла",
|
||||
"exportEmotePack": "Экспортировать набор эмодзи как ZIP",
|
||||
"importFromZipFile": "Импортировать из zip-файла",
|
||||
"exportEmotePack": "Экспортировать набор эмодзи как zip",
|
||||
"replace": "Заменить",
|
||||
"googlyEyesContent": "{senderName} выпучил глаза",
|
||||
"@googlyEyesContent": {
|
||||
|
|
@ -2471,7 +2471,7 @@
|
|||
"boldText": "Жирный шрифт",
|
||||
"strikeThrough": "Перечёркнутый",
|
||||
"pleaseFillOut": "Пожалуйста, заполните",
|
||||
"invalidUrl": "Не верный URL",
|
||||
"invalidUrl": "Неверный url-адрес",
|
||||
"addLink": "Добавить ссылку",
|
||||
"italicText": "Italic",
|
||||
"unableToJoinChat": "Невозможно присоединиться к чату. Возможно, другая сторона уже закончила разговор.",
|
||||
|
|
@ -2482,7 +2482,7 @@
|
|||
"manageAccount": "Управление аккаунтом",
|
||||
"contactServerAdmin": "Админ сервера",
|
||||
"contactServerSecurity": "Безопасность контактов сервера",
|
||||
"supportPage": "Поддержка",
|
||||
"supportPage": "Страница поддержки",
|
||||
"name": "Имя",
|
||||
"version": "Версия",
|
||||
"website": "Сайт",
|
||||
|
|
@ -2699,5 +2699,124 @@
|
|||
"type": "int"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"versionWithNumber": "Версия: {version}",
|
||||
"@versionWithNumber": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"version": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"logs": "Архивные записи",
|
||||
"advancedConfigs": "Расширенные Настройки",
|
||||
"advancedConfigurations": "Расширенные конфигурации",
|
||||
"signUpGreeting": "FluffyChat децентрализорован! Выберите сервер, где вы хотите сделать свой аккаунт и заходите!",
|
||||
"signInGreeting": "У вас есть уже аккаунт в Matrix? Добро пожаловать! Выберите свой сервер и войдите.",
|
||||
"appIntro": "С FluffyChat'ом вы можете говорить со своими друзьями. Это защищённый децентрализорованный [matrix] мессенджер! Узнайте больше на https://matrix.org, если вам нравится или просто зарегистрироваться.",
|
||||
"join": "Присоединиться",
|
||||
"countFiles": "{count} файлов",
|
||||
"@countFiles": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"unreadChatsInApp": "{appname}: {unread} непрочитанных чатов",
|
||||
"@unreadChatsInApp": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"appname": {
|
||||
"type": "String"
|
||||
},
|
||||
"unread": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"thereAreCountUsersBlocked": "Сейчас {count} пользователей заблокировано.",
|
||||
"@thereAreCountUsersBlocked": {
|
||||
"type": "String",
|
||||
"count": {}
|
||||
},
|
||||
"serverLimitReached": "Достигнут серверный лимит! Подождите {seconds} секунд...",
|
||||
"@serverLimitReached": {
|
||||
"type": "integer",
|
||||
"placeholders": {
|
||||
"seconds": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"countVotes": "{count, plural, =1{Один голос} other{{count} голоса(-ов)}}",
|
||||
"@countVotes": {
|
||||
"type": "int",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"countReplies": "{count, plural, =1{Один ответ} other{{count} ответа(-ов)}}",
|
||||
"@countReplies": {
|
||||
"type": "int",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"chatSearchedUntil": "Чат индексируется до {time}",
|
||||
"@chatSearchedUntil": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"time": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"federationBaseUrl": "Основной URL федерации",
|
||||
"clientWellKnownInformation": "Client-Well-Known Информация:",
|
||||
"baseUrl": "Базовый URL",
|
||||
"identityServer": "Сервер профилей:",
|
||||
"signIn": "Войти",
|
||||
"searchOrEnterHomeserverAddress": "Поищите или введите адрес домашнего сервера",
|
||||
"matrixId": "Matrix ID",
|
||||
"setPowerLevel": "Установить уровень возможностей",
|
||||
"makeModerator": "Назначить модератором",
|
||||
"makeAdmin": "Назначить администратором",
|
||||
"removeModeratorRights": "Удалить права модератора",
|
||||
"removeAdminRights": "Удалить права администратора",
|
||||
"powerLevel": "Уровень энергии",
|
||||
"setPowerLevelDescription": "Уровни прав определяют, что участнику разрешено делать в этой комнате, и обычно варьируются от 0 до 100.",
|
||||
"owner": "Владелец",
|
||||
"mute": "Мут",
|
||||
"@mute": {
|
||||
"description": "This should be a very short string because there is not much space in the button!"
|
||||
},
|
||||
"createNewChat": "Создать новый чат",
|
||||
"reset": "Сброс",
|
||||
"supportFluffyChat": "Поддержите FluffyChat",
|
||||
"support": "Поддержка",
|
||||
"fluffyChatSupportBannerMessage": "FluffyChat нуждается в ВАШЕЙ помощи!\n❤️❤️❤️\nFluffyChat всегда будет бесплатным, но разработка и хостинг всё равно требуют затрат.\nБудущее проекта зависит от поддержки таких людей, как вы.",
|
||||
"skipSupportingFluffyChat": "Пропустить помощь FluffyChat",
|
||||
"iAlreadySupportFluffyChat": "Я уже поддерживаю FluffyChat",
|
||||
"iDoNotWantToSupport": "Я не хочу поддерживать",
|
||||
"setLowPriority": "Установить низкий приоритет",
|
||||
"unsetLowPriority": "Неопределенный приоритет",
|
||||
"removeCallFromChat": "Удалить сообщение из чата",
|
||||
"removeCallFromChatDescription": "Вы хотите удалить это сообщение из чата для всех участников?",
|
||||
"removeCallForEveryone": "Отменить вызов для всех",
|
||||
"startVoiceCall": "Начать голосовой вызов",
|
||||
"startVideoCall": "Начать видеозвонок",
|
||||
"joinVoiceCall": "Присоединиться к голосовому звонку",
|
||||
"joinVideoCall": "Присоединиться к видеозвонку",
|
||||
"live": "Прямой эфир",
|
||||
"playSoundOnNotification": "Воспроизвести звук при получении уведомления",
|
||||
"addTag": "Добавить тег",
|
||||
"removeTag": "Удалить тег",
|
||||
"tagName": "Название тега",
|
||||
"createNewTag": "Создать новый тег"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"areGuestsAllowedToJoin": "Får gästanvändare gå med",
|
||||
"areGuestsAllowedToJoin": "Får gästanvändare gå med?",
|
||||
"@areGuestsAllowedToJoin": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -2040,7 +2040,7 @@
|
|||
},
|
||||
"screenSharingTitle": "skärmdelning",
|
||||
"noKeyForThisMessage": "Detta kan hända om meddelandet skickades innan du loggade in på ditt konto i den här enheten.\n\nDet kan också vara så att avsändaren har blockerat din enhet eller att något gick fel med internetanslutningen.\n\nKan du läsa meddelandet i en annan session? I sådana fall kan du överföra meddelandet från den sessionen! Gå till Inställningar > Enhet och säkerställ att dina enheter har verifierat varandra. När du öppnar rummet nästa gång och båda sessionerna är i förgrunden, så kommer nycklarna att överföras automatiskt.\n\nVill du inte förlora nycklarna vid utloggning eller när du byter enhet? Säkerställ att du har aktiverat säkerhetskopiering för chatten i inställningarna.",
|
||||
"fileIsTooBigForServer": "Gick inte att skicka! Servern stödjer endast bilagor upp till{max}.",
|
||||
"fileIsTooBigForServer": "Gick inte att skicka! Servern stödjer endast bilagor upp till {max}.",
|
||||
"deviceKeys": "Enhetsnycklar:",
|
||||
"commandHint_googly": "Skicka några googly ögon",
|
||||
"commandHint_cuddle": "Skicka en omfamning",
|
||||
|
|
@ -2333,7 +2333,7 @@
|
|||
"stickers": "Klistermärken",
|
||||
"discover": "Upptäck",
|
||||
"ignoreUser": "Ignorera användare",
|
||||
"aboutHomeserver": "Om{homeserver}",
|
||||
"aboutHomeserver": "Om {homeserver}",
|
||||
"@aboutHomeserver": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
|
|
@ -2395,7 +2395,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"invitedBy": "📩Inbjuden av{user}",
|
||||
"invitedBy": "📩Inbjuden av {user}",
|
||||
"@invitedBy": {
|
||||
"placeholders": {
|
||||
"user": {
|
||||
|
|
@ -2644,4 +2644,4 @@
|
|||
"logs": "Loggar",
|
||||
"signIn": "Logga in",
|
||||
"createNewAccount": "Skapa nytt konto"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2775,5 +2775,6 @@
|
|||
"signUpGreeting": "FluffyChat децентралізований! Виберіть сервер, на якому ви хочете створити свій обліковий запис, і почнімо!",
|
||||
"signInGreeting": "Ви вже маєте обліковий запис у Matrix? Ласкаво просимо! Виберіть свій домашній сервер і ввійдіть.",
|
||||
"appIntro": "За допомогою FluffyChat ви можете спілкуватися зі своїми друзями. Це безпечний децентралізований месенджер [matrix]! Дізнайтеся більше на сайті https://matrix.org або просто зареєструйтеся.",
|
||||
"theProcessWasCanceled": "Процес скасовано."
|
||||
}
|
||||
"theProcessWasCanceled": "Процес скасовано.",
|
||||
"join": "Приєднатись"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2808,5 +2808,10 @@
|
|||
"startVideoCall": "开始视频通话",
|
||||
"joinVoiceCall": "加入语音通话",
|
||||
"joinVideoCall": "加入视频通话",
|
||||
"live": "实时"
|
||||
"live": "实时",
|
||||
"playSoundOnNotification": "播放通知声音",
|
||||
"addTag": "添加标签",
|
||||
"removeTag": "删除标签",
|
||||
"tagName": "标签名",
|
||||
"createNewTag": "创建新标签"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue