Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Netiquette.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
en,
Base,
es,
ko,
);
mainGroup = CD75D95D22CB36D70085361F;
productRefGroup = CD75D96722CB36D70085361F /* Products */;
Expand Down
12 changes: 12 additions & 0 deletions Netiquette/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"state" : "translated",
"value" : "Netiquette"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "Netiquette"
}
}
}
},
Expand All @@ -34,6 +40,12 @@
"state" : "translated",
"value" : "Copyright (c) 2024 Objective-See. Todos los derechos reservados."
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "Copyright (c) 2024 Objective-See. 모든 권리 보유."
}
}
}
}
Expand Down
96 changes: 96 additions & 0 deletions Netiquette/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"state" : "translated",
"value" : "\"conexiones\": ["
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "\"connections\": ["
}
}
}
},
Expand All @@ -20,6 +26,12 @@
"state" : "translated",
"value" : "{\"ERROR\" : \"fallo al convertir la salida a JSON\"}"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "{\"ERROR\" : \"failed to convert output to JSON\"}"
}
}
}
},
Expand All @@ -37,6 +49,12 @@
"state" : "translated",
"value" : "{\"proceso\": {\"pid\": \"%1$d\", \"ruta\": \"%2$@\", \"firma(s)\": %3$@},"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "{\"process\": {\"pid\": \"%1$d\", \"path\": \"%2$@\", \"signature(s)\": %3$@},"
}
}
}
},
Expand All @@ -48,6 +66,12 @@
"state" : "translated",
"value" : "¡una nueva versión (%@) está disponible!"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "새로운 버전(%@)이 있습니다!"
}
}
}
},
Expand All @@ -59,6 +83,12 @@
"state" : "translated",
"value" : "Cerrar"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "닫기"
}
}
}
},
Expand All @@ -70,6 +100,12 @@
"state" : "translated",
"value" : "Detalles: %@"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "세부 정보: %@"
}
}
}
},
Expand All @@ -81,6 +117,12 @@
"state" : "translated",
"value" : "Enumerando Conexiones de Red..."
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "네트워크 연결 열거 중..."
}
}
}
},
Expand All @@ -92,6 +134,12 @@
"state" : "translated",
"value" : "ERROR: Fallo al Guardar la Salida"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "오류: 출력 결과 저장 실패"
}
}
}
},
Expand All @@ -103,6 +151,12 @@
"state" : "translated",
"value" : "error: falló la verificación de actualización"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "오류: 업데이트 확인 실패"
}
}
}
},
Expand All @@ -114,6 +168,12 @@
"state" : "translated",
"value" : "La versión instalada (%@) es la más reciente."
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "설치된 버전(%@)이 최신입니다."
}
}
}
},
Expand All @@ -125,6 +185,12 @@
"state" : "translated",
"value" : "No se Detectaron Conexiones de Red (de terceros)"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "(서드파티) 네트워크 연결 감지되지 않음"
}
}
}
},
Expand All @@ -136,6 +202,12 @@
"state" : "translated",
"value" : "No se Detectaron Conexiones de Red"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "네트워크 연결 감지되지 않음"
}
}
}
},
Expand All @@ -147,6 +219,12 @@
"state" : "translated",
"value" : "No hay nuevas versiones disponibles"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "이미 최신 버전입니다"
}
}
}
},
Expand All @@ -158,6 +236,12 @@
"state" : "translated",
"value" : "desconocido"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "알 수 없음"
}
}
}
},
Expand All @@ -169,6 +253,12 @@
"state" : "translated",
"value" : "Actualizar"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "업데이트"
}
}
}
},
Expand All @@ -180,6 +270,12 @@
"state" : "translated",
"value" : "Versión: %@"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "버전: %@"
}
}
}
}
Expand Down
24 changes: 24 additions & 0 deletions Netiquette/mul.lproj/AboutWindow.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"state" : "translated",
"value" : "¡Apóyanos!"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "저희를 응원해 주세요!"
}
}
}
},
Expand All @@ -34,6 +40,12 @@
"state" : "translated",
"value" : "Versión:"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "버전:"
}
}
}
},
Expand All @@ -52,6 +64,12 @@
"state" : "translated",
"value" : "Patrons & Friends"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "Patron 후원자 & 친구들"
}
}
}
},
Expand All @@ -70,6 +88,12 @@
"state" : "translated",
"value" : "Más Información"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "더 많은 정보"
}
}
}
}
Expand Down
Loading