Differences From Artifact [755b1114e5]:
- File
utils/ofdns/localization/de.json
— part of check-in
[b5d1f8fcb1]
at
2023-10-15 12:48:47
on branch trunk
— Use JSON5 for localizations
The comment with the copyright already made it not pure JSON anyway. (user: js, size: 1139) [annotate] [blame] [check-ins using] [more...]
To Artifact [415733a1a9]:
- File utils/ofdns/localization/de.json — part of check-in [21823c0d56] at 2024-01-02 17:26:56 on branch trunk — utils: Indicate options with an argument with = (user: js, size: 1145) [annotate] [blame] [check-ins using] [more...]
1 2 3 | /* * German localization for ofdns. * | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
/*
* German localization for ofdns.
*
* Copyright (c) 2020-2024 Jonathan Schleifer <js@nil.im>
*
* Permission to use, copy, modify, and/or distribute this localization for
* any purpose with or without fee is hereby granted.
*/
/* vim: se ft=javascript sw=4 et: */
{
usage: "Benutzung: %[prog] -[chst] domain1 [domain2 ...]",
full_usage: [
"Optionen:\n",
" -c --class= Die anzufragende DNS-Klasse (standardmäßig IN)\n",
" -h --help Diese Hilfe anzeigen\n",
" -s --server= Der abzufragende Server\n",
" -t --type= Der anzufragende Record-Typ (standardmäßig ALL,\n",
" kann wiederholt werden)\n",
" --tcp Benutzung von TCP erzwingen"
],
long_option_requires_argument: [
"%[prog]: Option --%[opt] benötigt ein Argument"
],
option_requires_argument: "%[prog]: Option -%[opt] benötigt ein Argument",
unknown_long_option: "%[prog]: Unbekannte Option: --%[opt]",
unknown_option: "%[prog]: Unbekannte Option: -%[opt]",
failed_to_resolve: "Auflösen fehlgeschlagen: %[exception]",
}
|