mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
For those localisable strings that `file` reports as type:
Unicode text, UTF-16, little-endian text
convert to UTF-8, using the following `iconv` invocation:
iconv --from-code UTF-16LE --to-code UTF-8 ...
This matches [Apple's guidance][1] on the encoding, and allows git to consider
these files as text, and to provide better diffs when changes occur.
[1]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html#//apple_ref/doc/uid/10000051i-CH6-SW4
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
/* No comment provided by engineer. */
|
|
"Accept" = "Aceitar";
|
|
|
|
/* No comment provided by engineer. */
|
|
"Decline" = "Recusar";
|
|
|
|
/* No comment provided by engineer. */
|
|
"DeviceName" = "Nome do dispositivo: %@";
|
|
|
|
/* No comment provided by engineer. */
|
|
"DeviceSendingFiles" = "%1$@ está te enviando %2$@";
|
|
|
|
/* No comment provided by engineer. */
|
|
"Error.Crypto" = "Erro de encriptação";
|
|
|
|
/* No comment provided by engineer. */
|
|
"Error.Protocol" = "Erro de comunicação";
|
|
|
|
/* No comment provided by engineer. */
|
|
"NFiles" = "%d arquivos";
|
|
|
|
/* No comment provided by engineer. */
|
|
"NotificationsDenied.Message" = "O NearDrop precisa ser capaz de exibir notificações para o recebimento de arquivos. Por favor, habilite as notificações em Ajustes do Sistema.";
|
|
|
|
/* No comment provided by engineer. */
|
|
"NotificationsDenied.OpenSettings" = "Abrir configurações";
|
|
|
|
/* No comment provided by engineer. */
|
|
"NotificationsDenied.Title" = "Necessário permissão de notificações";
|
|
|
|
/* No comment provided by engineer. */
|
|
"PinCode" = "PIN: %@";
|
|
|
|
/* No comment provided by engineer. */
|
|
"Quit" = "Sair do NearDrop";
|
|
|
|
/* No comment provided by engineer. */
|
|
"TransferError" = "Falha ao receber arquivos de %@";
|
|
|
|
/* No comment provided by engineer. */
|
|
"VisibleToEveryone" = "Visível para todos";
|
|
|