mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
Support localized punctuation for "Port:" (#4452)
* Support localized punctuation for "Port:" * Code review: adopting "Port: %@" * updating other locales for "Port" -> "Port: %@"
This commit is contained in:
parent
87472672a6
commit
61679e1adc
11 changed files with 11 additions and 12 deletions
|
@ -428,8 +428,7 @@ static NSString* const kWebSeedAnimationId = @"webSeed";
|
|||
{
|
||||
portString = NSLocalizedString(@"N/A", "Inspector -> Peers tab -> table row tooltip");
|
||||
}
|
||||
[components addObject:[NSString stringWithFormat:@"%@: %@",
|
||||
NSLocalizedString(@"Port", "Inspector -> Peers tab -> table row tooltip"),
|
||||
[components addObject:[NSString stringWithFormat:NSLocalizedString(@"Port: %@", "Inspector -> Peers tab -> table row tooltip"),
|
||||
portString]];
|
||||
|
||||
NSInteger const peerFrom = [peer[@"From"] integerValue];
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Modparter";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Port";
|
||||
"Port: %@" = "Port: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Port checksite er nede";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Teilnehmer";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Port";
|
||||
"Port: %@" = "Port: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Site zum Überprüfen des Ports ist nicht erreichbar.";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Peers";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Port";
|
||||
"Port: %@" = "Port: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Port check site is down";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Clientes";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Puerto";
|
||||
"Port: %@" = "Puerto: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Sitio de comprobación de puertos caido";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Pairs";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Port";
|
||||
"Port: %@" = "Port : %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Le site de vérification de ports est hors service";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Peer";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Porta";
|
||||
"Port: %@" = "Porta: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Il sito di test non è disponibile";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Peers";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Poort";
|
||||
"Port: %@" = "Poort: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Poortcontrolesite onbereikbaar";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Peers";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Porta";
|
||||
"Port: %@" = "Porta: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Website de verificação inacessível";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Пользователи";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Порт";
|
||||
"Port: %@" = "Порт: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Сайт проверки порта недоступен";
|
||||
|
|
|
@ -674,7 +674,7 @@
|
|||
"Peers" = "Eşler";
|
||||
|
||||
/* Inspector -> Peers tab -> table row tooltip */
|
||||
"Port" = "Kapı";
|
||||
"Port: %@" = "Kapı: %@";
|
||||
|
||||
/* Preferences -> Network -> port status */
|
||||
"Port check site is down" = "Kapı denetim alanı çalışmıyor";
|
||||
|
|
Loading…
Add table
Reference in a new issue