This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import static java.util.Collections.unmodifiableList; | |
import static java.util.stream.Collectors.toList; | |
import java.util.ArrayList; | |
import java.util.List; | |
import java.util.Objects; | |
import java.util.function.BinaryOperator; | |
import java.util.stream.Stream; | |
public final class CartesianProductUtil { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
de: | |
errors: | |
messages: | |
expired: "ist abgelaufen, bitte neu anfordern" | |
not_found: "nicht gefunden" | |
already_confirmed: "wurde bereits bestätigt" | |
not_locked: "ist nicht gesperrt" | |
not_saved: | |
one: "Konnte %{resource} nicht speichern: ein Fehler." | |
other: "Konnte %{resource} nicht speichern: %{count} Fehler." |